diff options
Diffstat (limited to 'Minecraft.World/ExplodePacket.cpp')
| -rw-r--r-- | Minecraft.World/ExplodePacket.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Minecraft.World/ExplodePacket.cpp b/Minecraft.World/ExplodePacket.cpp index 88bf00c6..07626161 100644 --- a/Minecraft.World/ExplodePacket.cpp +++ b/Minecraft.World/ExplodePacket.cpp @@ -52,8 +52,6 @@ void ExplodePacket::read(DataInputStream *dis) //throws IOException r = dis->readFloat(); int count = dis->readInt(); - if (count < 0 || count > 32768) count = 0; - int xp = static_cast<int>(x); int yp = static_cast<int>(y); int zp = static_cast<int>(z); |
