Skip to content

Commit

Permalink
Add the last spot for MaxPlayers
Browse files Browse the repository at this point in the history
  • Loading branch information
miketweaver authored Feb 3, 2024
1 parent b8b2b0d commit b403f74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/Scripts/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def initial_setup():
## Add some bots by default
set_config_value(utIniFileServer, 'Botpack.DeathMatchPlus', 'MinPlayers', '4')
set_config_value(utIniFileServer, 'Botpack.CTFGame', 'MinPlayers', '8')
set_config_value(utIniFileServer, 'Engine.GameInfo', 'MaxPlayers', '10')
set_config_value(utIniFileServer, 'Botpack.DeathMatchPlus', 'InitialBots', '4')
set_config_value(utIniFileServer, 'Botpack.CTFGame', 'InitialBots', '8')
## Section to enable/disable publishing the server in the server list
Expand Down

0 comments on commit b403f74

Please sign in to comment.