Skip to content

Commit 87a8f16

Browse files
committed
config -> config_file
1 parent a1ffd94 commit 87a8f16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ enable_rendering = true
1111
match_length = "Unlimited"
1212

1313
[[cars]]
14-
config = "src/bot.toml"
14+
config_file = "src/bot.toml"
1515
team = 0

rlbot.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ type = "human"
7070
team = 0
7171

7272
[[cars]]
73-
config = "src/bot.toml"
73+
config_file = "src/bot.toml"
7474
team = 1

0 commit comments

Comments
 (0)