diff options
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 |