diff options
Diffstat (limited to 'Minecraft.World/GameCommandPacket.h')
| -rw-r--r-- | Minecraft.World/GameCommandPacket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/GameCommandPacket.h b/Minecraft.World/GameCommandPacket.h index deb2659c..1f63e950 100644 --- a/Minecraft.World/GameCommandPacket.h +++ b/Minecraft.World/GameCommandPacket.h @@ -21,6 +21,6 @@ public: virtual int getEstimatedSize(); public: - static std::shared_ptr<Packet> create() { return std::shared_ptr<Packet>(new GameCommandPacket()); } + static shared_ptr<Packet> create() { return shared_ptr<Packet>(new GameCommandPacket()); } virtual int getId() { return 167; } };
\ No newline at end of file |
