diff options
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/commands.h b/src/commands.h index 58f3bf176..dd60778e8 100644 --- a/src/commands.h +++ b/src/commands.h @@ -52,7 +52,6 @@ struct CommandInfo final namespace Commands { decHandler(hack); - decHandler(priceLoad); decHandler(priceSave); decHandler(disconnect); decHandler(undress); @@ -102,8 +101,7 @@ namespace Commands enum { - COMMAND_PRICELOAD = 0, - COMMAND_PRICESAVE, + COMMAND_PRICESAVE = 0, COMMAND_CACHEINFO, COMMAND_DISCONNECT, COMMAND_UNDRESS, @@ -153,7 +151,6 @@ enum static const CommandInfo commands[] = { - {"priceload", &Commands::priceLoad, -1, false}, {"pricesave", &Commands::priceSave, -1, false}, {"cacheinfo", &Commands::cacheInfo, -1, false}, {"disconnect", &Commands::disconnect, -1, false}, |