diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-04 16:48:07 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-04 16:48:07 +0200 |
commit | 34967cd3b6530656ef0bf31810f9fd6dfb853765 (patch) | |
tree | 912bb0995db6997b601f246cfb0420b6b3ab2101 /config.toml | |
parent | ce0b808a01081322abc7ed51e09d0f452b606ad7 (diff) | |
download | gpn-tron-rust-34967cd3b6530656ef0bf31810f9fd6dfb853765.tar gpn-tron-rust-34967cd3b6530656ef0bf31810f9fd6dfb853765.tar.bz2 gpn-tron-rust-34967cd3b6530656ef0bf31810f9fd6dfb853765.tar.zst |
can vie games
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 12d53f9..9cdb4c7 100644 --- a/config.toml +++ b/config.toml @@ -3,3 +3,4 @@ bind = "127.0.0.1:8000" [game] bind = "0.0.0.0:4000" +tickrate = 1 |