diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-04 19:37:46 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-04 19:37:46 +0200 |
commit | 473dc29e540cb1ed332b6f2895f6f6efe2d60e65 (patch) | |
tree | ccd869dab5adece9f9f6a7190ee56fe5ad1c7b3d /config.toml | |
parent | f39f9840a8d14f35de0d38c9570ae27bacb20119 (diff) | |
download | gpn-tron-rust-473dc29e540cb1ed332b6f2895f6f6efe2d60e65.tar gpn-tron-rust-473dc29e540cb1ed332b6f2895f6f6efe2d60e65.tar.bz2 gpn-tron-rust-473dc29e540cb1ed332b6f2895f6f6efe2d60e65.tar.zst |
spectator see names
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 9cdb4c7..7715000 100644 --- a/config.toml +++ b/config.toml @@ -4,3 +4,6 @@ bind = "127.0.0.1:8000" [game] bind = "0.0.0.0:4000" tickrate = 1 + +[bot] +amount = 10 |