aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/PlayerInputPacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/PlayerInputPacket.h')
-rw-r--r--Minecraft.World/PlayerInputPacket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/PlayerInputPacket.h b/Minecraft.World/PlayerInputPacket.h
index 8bc11d3e..93bbf797 100644
--- a/Minecraft.World/PlayerInputPacket.h
+++ b/Minecraft.World/PlayerInputPacket.h
@@ -31,6 +31,6 @@ public:
bool isSneaking();
public:
- static shared_ptr<Packet> create() { return shared_ptr<Packet>(new PlayerInputPacket()); }
+ static std::shared_ptr<Packet> create() { return std::shared_ptr<Packet>(new PlayerInputPacket()); }
virtual int getId() { return 27; }
}; \ No newline at end of file