Skip to content

Commit 68b67b8

Browse files
committed
Fixing name config.
1 parent 8b60dde commit 68b67b8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

python_example/appearance.cfg

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
[Bot Loadout]
2-
# Name that will be displayed in game
3-
name = PythonExampleBot
42
team_color_id = 27
53
custom_color_id = 75
64
car_id = 23
@@ -16,8 +14,6 @@ trails_id = 0
1614
goal_explosion_id = 1971
1715

1816
[Bot Loadout Orange]
19-
# Name that will be displayed in game
20-
name = PythonExampleBot
2117
team_color_id = 1
2218
custom_color_id = 1
2319
car_id = 23

python_example/python_example.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@ looks_config = ./appearance.cfg
44

55
# Path to python file. Can use relative path from here.
66
python_file = ./python_example.py
7+
8+
# Name of the bot in-game
9+
name = PythonExampleBot

0 commit comments

Comments
 (0)