diff options
author | shennetsind <ind@henn.et> | 2013-03-17 01:33:28 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-03-17 01:33:28 -0300 |
commit | 7032044f54ac44bab604e700ea1f76066432a2f4 (patch) | |
tree | afd2bd2bc4b33c084e630dc333ccbfd3ea30e73a /conf | |
parent | 3b89a135dcde9779bd0537cd136a7c34cfadbe3f (diff) | |
download | hercules-7032044f54ac44bab604e700ea1f76066432a2f4.tar.gz hercules-7032044f54ac44bab604e700ea1f76066432a2f4.tar.bz2 hercules-7032044f54ac44bab604e700ea1f76066432a2f4.tar.xz hercules-7032044f54ac44bab604e700ea1f76066432a2f4.zip |
Follow up 3b89a135dcde9779bd0537cd136a7c34cfadbe3f
Dropping the not-used setting from the previous implementation.
http://hercules.ws/board/topic/272-re-introducing-console-input/
Signed-off-by: shennetsind <ind@henn.et>
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 |