diff options
Diffstat (limited to 'conf-tmpl')
-rw-r--r-- | conf-tmpl/char_athena.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf-tmpl/char_athena.conf b/conf-tmpl/char_athena.conf index d50862e6b..221815c4a 100644 --- a/conf-tmpl/char_athena.conf +++ b/conf-tmpl/char_athena.conf @@ -59,6 +59,9 @@ char_new: 0 // Maximum users able to connect to the server. Set to 0 for unlimited. max_connect_user: 0 +// Minimum GM level that is allowed to bypass the server limit of users. +gm_allow_level: 99 + // It's to check IP of a player between char-server and other servers (part of anti-hacking system) // If player doesn't have same IP, connection is refused. // Set to 0/off/no to not check IP of player. |