diff options
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/commands.h b/src/commands.h index 1a6009101..424969210 100644 --- a/src/commands.h +++ b/src/commands.h @@ -51,20 +51,12 @@ struct CommandInfo final namespace Commands { - decHandler(debugSpawn); - void replaceVars(std::string &str); } // namespace Commands enum { - COMMAND_DEBUGSPAWN = 0, - END_COMMANDS -}; - -static const CommandInfo commands[] = -{ - {"debugSpawn", &Commands::debugSpawn, -1, true} + END_COMMANDS = 0 }; #undef decHandler |