aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/PlayerActionPacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/PlayerActionPacket.h')
-rw-r--r--Minecraft.World/PlayerActionPacket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/PlayerActionPacket.h b/Minecraft.World/PlayerActionPacket.h
index 0228ebb4..45c077d2 100644
--- a/Minecraft.World/PlayerActionPacket.h
+++ b/Minecraft.World/PlayerActionPacket.h
@@ -9,7 +9,7 @@ public:
static const int START_DESTROY_BLOCK;
static const int ABORT_DESTROY_BLOCK;
static const int STOP_DESTROY_BLOCK;
- static const int GET_UPDATED_BLOCK;
+ static const int DROP_ALL_ITEMS;
static const int DROP_ITEM;
static const int RELEASE_USE_ITEM;