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 dd60778e8..c658a229f 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -52,7 +52,6 @@ struct CommandInfo final
namespace Commands
{
decHandler(hack);
- decHandler(priceSave);
decHandler(disconnect);
decHandler(undress);
decHandler(attack);
@@ -101,8 +100,7 @@ namespace Commands
enum
{
- COMMAND_PRICESAVE = 0,
- COMMAND_CACHEINFO,
+ COMMAND_CACHEINFO = 0,
COMMAND_DISCONNECT,
COMMAND_UNDRESS,
COMMAND_ATTACK,
@@ -151,7 +149,6 @@ enum
static const CommandInfo commands[] =
{
- {"pricesave", &Commands::priceSave, -1, false},
{"cacheinfo", &Commands::cacheInfo, -1, false},
{"disconnect", &Commands::disconnect, -1, false},
{"undress", &Commands::undress, -1, true},