Skip to content

Commit 326b221

Browse files
authored
Testing desiredGameDensity at 100%
1 parent 9028b2e commit 326b221

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> = 0.8
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)