diff options
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.h b/src/commands.h index 824ab089d..7820a4ea1 100644 --- a/src/commands.h +++ b/src/commands.h @@ -344,7 +344,7 @@ static const CommandInfo commands[] = {"uploadlog", &Commands::uploadLog, -1, false}, {"gm", &Commands::gm, -1, true}, {"hack", &Commands::hack, -1, true}, - {"debugSpawn", &Commands::debugSpawn, -1, false} + {"debugSpawn", &Commands::debugSpawn, -1, true} }; #undef decHandler |