Fix player limit, now is actually 21
This commit is contained in:
parent
9d1e0334f3
commit
d78d4c877e
@ -7,7 +7,7 @@ STATS_RATE_LIMIT = 60
|
||||
VOTES_RATE_LIMIT = 60
|
||||
ADMINS_RATE_LIMIT = 300
|
||||
SHOTS_MULTIPLIER = .12 # ceil(shots_multiplier * len_players) = bullets given
|
||||
MAX_PLAYERS = 19
|
||||
MAX_PLAYERS = 21
|
||||
DRUNK_SHOTS_MULTIPLIER = 3
|
||||
NIGHT_TIME_LIMIT = 120
|
||||
NIGHT_TIME_WARN = 90 # should be less than NIGHT_TIME_LIMIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user