diff options
Diffstat (limited to 'Minecraft.World/RotateHeadPacket.h')
| -rw-r--r-- | Minecraft.World/RotateHeadPacket.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Minecraft.World/RotateHeadPacket.h b/Minecraft.World/RotateHeadPacket.h index 78bd7a16..19ccf97f 100644 --- a/Minecraft.World/RotateHeadPacket.h +++ b/Minecraft.World/RotateHeadPacket.h @@ -18,10 +18,10 @@ public: virtual void handle(PacketListener *listener); virtual int getEstimatedSize(); virtual bool canBeInvalidated(); - virtual bool isInvalidatedBy(std::shared_ptr<Packet> packet); + virtual bool isInvalidatedBy(shared_ptr<Packet> packet); virtual bool isAync(); public: - static std::shared_ptr<Packet> create() { return std::shared_ptr<Packet>(new RotateHeadPacket()); } + static shared_ptr<Packet> create() { return shared_ptr<Packet>(new RotateHeadPacket()); } virtual int getId() { return 35; } };
\ No newline at end of file |
