From abdc57a4acfa490ee34985b56b2d985266ccc7e4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Aug 2014 15:45:07 +0300 Subject: Move chat command /enableaway into actions. --- src/commands.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/commands.h') 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}, -- cgit v1.2.3-70-g09d2