aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/SetExperiencePacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/SetExperiencePacket.h')
-rw-r--r--Minecraft.World/SetExperiencePacket.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Minecraft.World/SetExperiencePacket.h b/Minecraft.World/SetExperiencePacket.h
index 499b7efd..01c0ed46 100644
--- a/Minecraft.World/SetExperiencePacket.h
+++ b/Minecraft.World/SetExperiencePacket.h
@@ -18,7 +18,6 @@ public:
virtual int getEstimatedSize();
virtual bool canBeInvalidated();
virtual bool isInvalidatedBy(shared_ptr<Packet> packet);
- virtual bool isAync();
public:
static shared_ptr<Packet> create() { return shared_ptr<Packet>(new SetExperiencePacket()); }