aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-06-04 22:19:03 +0200
committermetamuffin <metamuffin@disroot.org>2024-06-04 22:19:03 +0200
commitf077fd79246e0ddced696d8b3f9c12a648577abf (patch)
tree02acd35ec4ef819455e4e260547fce6c7185b1e9 /src/main.rs
parentd50cbd513c7208cb2a5c13571a964544b9470017 (diff)
downloadgpn-tron-rust-f077fd79246e0ddced696d8b3f9c12a648577abf.tar
gpn-tron-rust-f077fd79246e0ddced696d8b3f9c12a648577abf.tar.bz2
gpn-tron-rust-f077fd79246e0ddced696d8b3f9c12a648577abf.tar.zst
scoreboard
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index e7a60de..740beb3 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -18,7 +18,6 @@ async fn main() -> anyhow::Result<()> {
tick: broadcast::channel(512).0,
game: Game::new(vec![]).into(),
players: Default::default(),
- win_history: Default::default(),
chat: broadcast::channel(512).0,
});
spawn(spectate_server(config.spectate, state.clone()));