- Follow up to r17111, changed max_connect_user to the new default value.
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17112 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
3ed8a17eaf
commit
f597b3f31a
@ -81,7 +81,7 @@ char_new_display: 0
|
||||
|
||||
// Maximum users able to connect to the server.
|
||||
// Set to 0 to disable users to log-in. (-1 means unlimited)
|
||||
max_connect_user: 0
|
||||
max_connect_user: -1
|
||||
|
||||
// Group ID that is allowed to bypass the server limit of users.
|
||||
// Default: -1 = nobody (there are no groups with ID < 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user