We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb7b8af commit a6e5cfbCopy full SHA for a6e5cfb
server/src/server/mod.rs
@@ -27,7 +27,7 @@ use std::time::Duration;
27
pub use self::events::*;
28
pub use self::gamestate::GameState;
29
30
-// TODO: substitute when doing config, see `mod.rs`
+// TODO: substitute when doing config, see `gamestate.rs`
31
const TPS: f32 = 60.0;
32
33
/// The main listening loop for the server.
0 commit comments