diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-04 19:53:43 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-04 19:53:43 +0200 |
commit | e49a85505701740b195a03892e1fc5cf8d6382a2 (patch) | |
tree | 1b50918104b8066cae4eb2a08aa591755c99f7ec /config.toml | |
parent | 473dc29e540cb1ed332b6f2895f6f6efe2d60e65 (diff) | |
download | gpn-tron-rust-e49a85505701740b195a03892e1fc5cf8d6382a2.tar gpn-tron-rust-e49a85505701740b195a03892e1fc5cf8d6382a2.tar.bz2 gpn-tron-rust-e49a85505701740b195a03892e1fc5cf8d6382a2.tar.zst |
fix client disconnect
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 7715000..6eef0ca 100644 --- a/config.toml +++ b/config.toml @@ -4,6 +4,8 @@ bind = "127.0.0.1:8000" [game] bind = "0.0.0.0:4000" tickrate = 1 +tickrate_speedup = 0.1 +tickrate_max = 3 [bot] amount = 10 |