mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-13 14:00:32 +01:00
Increase maximum number of players to 10 (previously was 5)
This commit is contained in:
parent
2869d4e006
commit
441709ba62
|
@ -16,7 +16,7 @@ server_dedicated = true
|
|||
# 1 day-night cycle lasts 24 minutes instead of 20.
|
||||
time_speed = 60
|
||||
# Slightly higher player limit by default.
|
||||
max_users = 5
|
||||
max_users = 10
|
||||
# Give basics privileges to new players.
|
||||
default_privs = home, spawn, faction_user
|
||||
# If true, actions are recorded for rollback
|
||||
|
|
Loading…
Reference in New Issue
Block a user