aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/GetInfoPacket.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/GetInfoPacket.h')
-rw-r--r--Minecraft.World/GetInfoPacket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/GetInfoPacket.h b/Minecraft.World/GetInfoPacket.h
index cdeb5170..90688f3e 100644
--- a/Minecraft.World/GetInfoPacket.h
+++ b/Minecraft.World/GetInfoPacket.h
@@ -11,6 +11,6 @@ public:
virtual int getEstimatedSize();
public:
- static std::shared_ptr<Packet> create() { return std::shared_ptr<Packet>(new GetInfoPacket()); }
+ static shared_ptr<Packet> create() { return shared_ptr<Packet>(new GetInfoPacket()); }
virtual int getId() { return 254; }
}; \ No newline at end of file