Просмотр исходного кода

- 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 лет назад
Родитель
Сommit
f597b3f31a
1 измененных файлов с 1 добавлено и 1 удалено
  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)