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 b5eb38e commit c5603c7Copy full SHA for c5603c7
1 file changed
src/bot.cfg
@@ -8,6 +8,9 @@ python_file = ./bot.py
8
# Name of the bot in-game
9
name = PythonExampleBot
10
11
+# The maximum number of ticks per second that your bot wishes to receive.
12
+maximum_tick_rate_preference = 120
13
+
14
[Details]
15
# These values are optional but useful metadata for helper programs
16
# Name of the bot's creator/developer
0 commit comments