File tree Expand file tree Collapse file tree 4 files changed +2
-64
lines changed
Expand file tree Collapse file tree 4 files changed +2
-64
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ existing_match_behavior = "Restart"
2222enable_rendering = false
2323enable_state_setting = true
2424auto_save_replay = false
25- # Whether or not to use freeplay instead of an exhibition match
25+ # Whether to use freeplay instead of an exhibition match
2626freeplay = false
2727
2828[mutators ]
Original file line number Diff line number Diff line change 44
55DIR = Path (__file__ ).parent
66
7- MATCH_CONFIG_PATH = DIR / "testm" / " rlbot.toml"
7+ MATCH_CONFIG_PATH = DIR / "rlbot.toml"
88
99if __name__ == "__main__" :
1010 print (load_match_config (MATCH_CONFIG_PATH ))
Original file line number Diff line number Diff line change 1212if __name__ == "__main__" :
1313 match_manager = MatchManager (RLBOT_SERVER_FOLDER )
1414
15- match_manager .ensure_server_started ()
1615 match_manager .start_match (MATCH_CONFIG_PATH )
1716 assert match_manager .packet is not None
1817
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments