aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/SetEntityDataPacket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/SetEntityDataPacket.cpp')
-rw-r--r--Minecraft.World/SetEntityDataPacket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/SetEntityDataPacket.cpp b/Minecraft.World/SetEntityDataPacket.cpp
index a49ba9d9..9947c163 100644
--- a/Minecraft.World/SetEntityDataPacket.cpp
+++ b/Minecraft.World/SetEntityDataPacket.cpp
@@ -10,7 +10,7 @@
SetEntityDataPacket::SetEntityDataPacket()
{
id = -1;
- packedItems = nullptr;
+ packedItems = NULL;
}
SetEntityDataPacket::~SetEntityDataPacket()