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 84f6b20d0..19c311320 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -52,7 +52,6 @@ struct CommandInfo final
namespace Commands
{
decHandler(imitation);
- decHandler(navigate);
decHandler(mail);
decHandler(hack);
decHandler(priceLoad);
@@ -106,8 +105,7 @@ namespace Commands
enum
{
- COMMAND_NAVIGATE = 0,
- COMMAND_IMITATION,
+ COMMAND_IMITATION = 0,
COMMAND_MAIL,
COMMAND_TRADE,
COMMAND_PRICELOAD,
@@ -161,7 +159,6 @@ enum
static const CommandInfo commands[] =
{
- {"navigate", &Commands::navigate, -1, true},
{"imitation", &Commands::imitation, -1, true},
{"mail", &Commands::mail, -1, true},
{"trade", &Commands::trade, -1, true},