Browse Source

- 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
brianluau 12 năm trước cách đây
mục cha
commit
f597b3f31a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      conf/char_athena.conf

+ 1 - 1
conf/char_athena.conf

@@ -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)