diff options
Diffstat (limited to 'Minecraft.World/SetEntityDataPacket.cpp')
| -rw-r--r-- | Minecraft.World/SetEntityDataPacket.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Minecraft.World/SetEntityDataPacket.cpp b/Minecraft.World/SetEntityDataPacket.cpp index 1538c152..9947c163 100644 --- a/Minecraft.World/SetEntityDataPacket.cpp +++ b/Minecraft.World/SetEntityDataPacket.cpp @@ -53,11 +53,6 @@ int SetEntityDataPacket::getEstimatedSize() return 5; } -bool SetEntityDataPacket::isAync() -{ - return true; -} - vector<shared_ptr<SynchedEntityData::DataItem> > *SetEntityDataPacket::getUnpackedData() { return packedItems; |
