|
@@ -81,7 +81,7 @@ char_new_display: 0
|
|
|
|
|
|
// Maximum users able to connect to the server.
|
|
// Maximum users able to connect to the server.
|
|
// Set to 0 to disable users to log-in. (-1 means unlimited)
|
|
// 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.
|
|
// Group ID that is allowed to bypass the server limit of users.
|
|
// Default: -1 = nobody (there are no groups with ID < 0)
|
|
// Default: -1 = nobody (there are no groups with ID < 0)
|