aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/PlayerActionPacket.h
diff options
context:
space:
mode:
authorLoki Rautio <lokirautio@gmail.com>2026-03-04 03:56:03 -0600
committerLoki Rautio <lokirautio@gmail.com>2026-03-04 03:56:03 -0600
commit42aec6dac53dffa6afe072560a7e1d4986112538 (patch)
tree0836426857391df1b6a83f6368a183f83ec9b104 /Minecraft.World/PlayerActionPacket.h
parentc9d58eeac7c72f0b3038e084667b4d89a6249fce (diff)
parentef9b6fd500dfabd9463267b0dd9e29577eea8a2b (diff)
Merge branch 'main' into pr/win64-world-saves
# Conflicts: # Minecraft.Client/MinecraftServer.cpp # README.md
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;