diff options
Diffstat (limited to 'conf')
-rw-r--r-- | conf/char-server.conf | 5 | ||||
-rw-r--r-- | conf/login-server.conf | 5 | ||||
-rw-r--r-- | conf/map-server.conf | 5 |
3 files changed, 0 insertions, 15 deletions
diff --git a/conf/char-server.conf b/conf/char-server.conf index c573a5339..1c166f309 100644 --- a/conf/char-server.conf +++ b/conf/char-server.conf @@ -61,11 +61,6 @@ stdout_with_ansisequence: no //Example: "console_silent: 7" Hides information, status and notice messages (1+2+4) console_silent: 0 -// Console Commands -// Allow for console commands to be used on/off -// This prevents usage of >& log.file -console: off - // Type of server. // No functional side effects at the moment. // Displayed next to the server name in the client. diff --git a/conf/login-server.conf b/conf/login-server.conf index 3e5bdb3f9..8f2fa1bf1 100644 --- a/conf/login-server.conf +++ b/conf/login-server.conf @@ -35,11 +35,6 @@ stdout_with_ansisequence: no //Example: "console_silent: 7" Hides information, status and notice messages (1+2+4) console_silent: 0 -// Console Commands -// Allow for console commands to be used on/off -// This prevents usage of >& log.file -console: off - // Can you use _M/_F to make new accounts on the server? new_account: yes diff --git a/conf/map-server.conf b/conf/map-server.conf index 0fc34d8b9..b251e69ec 100644 --- a/conf/map-server.conf +++ b/conf/map-server.conf @@ -76,11 +76,6 @@ enable_spy: no // as referenced by grf-files.txt rather than from the mapcache? use_grf: no -// Console Commands -// Allow for console commands to be used on/off -// This prevents usage of >& log.file -console: off - // Database autosave time // All characters are saved on this time in seconds (example: // autosave of 60 secs with 60 characters online -> one char is saved every |