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