summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
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},