diff options
| author | megamage <none@none> | 2009-04-09 13:48:01 -0500 |
|---|---|---|
| committer | megamage <none@none> | 2009-04-09 13:48:01 -0500 |
| commit | 7e275145e27e11dfd81403106d34b209b7c2aa36 (patch) | |
| tree | 1cf93cd9700d306998b1fb1a45cb674facc4cce3 /src/game/Chat.h | |
| parent | 5a71d93bd24880866890f4b5193db60d4aff0c96 (diff) | |
*Add new console command "server set logfilelevel".
--HG--
branch : trunk
Diffstat (limited to 'src/game/Chat.h')
| -rw-r--r-- | src/game/Chat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/Chat.h b/src/game/Chat.h index f1106865c09..7065c6dd0ed 100644 --- a/src/game/Chat.h +++ b/src/game/Chat.h @@ -394,6 +394,7 @@ class ChatHandler bool HandleServerRestartCommand(const char* args); bool HandleServerSetMotdCommand(const char* args); bool HandleServerSetLogLevelCommand(const char* args); + bool HandleServerSetLogFileLevelCommand(const char* args); bool HandleServerSetDiffTimeCommand(const char* args); bool HandleServerShutDownCommand(const char* args); bool HandleServerShutDownCancelCommand(const char* args); |
