diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/char-server.conf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/char-server.conf b/conf/char-server.conf index b2120471c..a7f26daaa 100644 --- a/conf/char-server.conf +++ b/conf/char-server.conf @@ -65,7 +65,10 @@ console_silent: 0 // No functional side effects at the moment. // Displayed next to the server name in the client. // 0=normal, 1=maintenance, 2=over 18, 3=paying, 4=P2P -char_maintenance: 0 +char_server_type: 0 + +// Minimum Group ID to join char server when it is on char_server_type 1 (maintenance) +char_maintenance_min_group_id: 99 // Enable or disable creation of new characters. // Now it is actually supported [Kevin] |