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