Skip to content

Commit f234872

Browse files
authored
Reverted desiredGameDensity from 1.6 to 1
1 parent 54bf307 commit f234872

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

BotBalancer/server/__init__.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ local updateIntervalSeconds <const> = 5
99
--
1010
-- We don't want to add too many bots, because a game completely full of bots is not fun,
1111
-- and we want to leave room for human players to join.
12-
local desiredGameDensity <const> = 1.6
12+
local desiredGameDensity <const> = 1
1313

1414
-- Wether to tie the player balancer routine to if the current gamemode
1515
-- is among the allowed gamemodes for the plugin's functionality.

0 commit comments

Comments
 (0)