diff options
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
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())); |