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 d14d47dab..761af598a 100644 --- a/src/commands.h +++ b/src/commands.h @@ -51,7 +51,6 @@ struct CommandInfo final namespace Commands { - decHandler(pseudoAway); decHandler(follow); decHandler(imitation); decHandler(heal); @@ -109,8 +108,7 @@ namespace Commands enum { - COMMAND_PSEUDOAWAY = 0, - COMMAND_FOLLOW, + COMMAND_FOLLOW = 0, COMMAND_HEAL, COMMAND_NAVIGATE, COMMAND_IMITATION, @@ -167,7 +165,6 @@ enum static const CommandInfo commands[] = { - {"pseudoaway", &Commands::pseudoAway, -1, true}, {"follow", &Commands::follow, -1, true}, {"heal", &Commands::heal, -1, true}, {"navigate", &Commands::navigate, -1, true}, |