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 b2e2dabc4..42a466b07 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -52,7 +52,6 @@ struct CommandInfo final
namespace Commands
{
decHandler(hack);
- decHandler(enableAway);
decHandler(testParticle);
decHandler(createItems);
decHandler(talkRaw);
@@ -68,8 +67,7 @@ namespace Commands
enum
{
- COMMAND_ENABLEAWAY = 0,
- COMMAND_TEST_PARTICLE,
+ COMMAND_TEST_PARTICLE = 0,
COMMAND_CREATEITEMS,
COMMAND_TALKRAW,
COMMAND_TALKPET,
@@ -84,7 +82,6 @@ enum
static const CommandInfo commands[] =
{
- {"enableaway", &Commands::enableAway, -1, false},
{"testparticle", &Commands::testParticle, -1, true},
{"createitems", &Commands::createItems, -1, false},
{"talkraw", &Commands::talkRaw, -1, true},