summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-08-27 16:26:22 +0300
committerAndrei Karas <akaras@inbox.ru>2014-08-27 16:26:22 +0300
commitde2e84a86c3419a41de594951c452e25dde60d86 (patch)
treea791b7d043b1e1574d76cd7d64c34e1afa2b48ed /src/commands.h
parentd69abc43187ded70dce586d793a4dc1dbcd1010d (diff)
downloadplus-de2e84a86c3419a41de594951c452e25dde60d86.tar.gz
plus-de2e84a86c3419a41de594951c452e25dde60d86.tar.bz2
plus-de2e84a86c3419a41de594951c452e25dde60d86.tar.xz
plus-de2e84a86c3419a41de594951c452e25dde60d86.zip
Move chat command /uploadserverconfig into actions.
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/commands.h b/src/commands.h
index 6ceb84d6c..4feffefbd 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -52,7 +52,6 @@ struct CommandInfo final
namespace Commands
{
decHandler(hack);
- decHandler(uploadServerConfig);
decHandler(uploadLog);
decHandler(gm);
decHandler(debugSpawn);
@@ -62,8 +61,7 @@ namespace Commands
enum
{
- COMMAND_UPLOADSERVERCONFIG = 0,
- COMMAND_UPLOADLOG,
+ COMMAND_UPLOADLOG = 0,
COMMAND_GM,
COMMAND_HACK,
COMMAND_DEBUGSPAWN,
@@ -72,7 +70,6 @@ enum
static const CommandInfo commands[] =
{
- {"uploadserverconfig", &Commands::uploadServerConfig, -1, false},
{"uploadlog", &Commands::uploadLog, -1, false},
{"gm", &Commands::gm, -1, true},
{"hack", &Commands::hack, -1, true},