diff options
Diffstat (limited to 'Minecraft.World/DebugOptionsPacket.h')
| -rw-r--r-- | Minecraft.World/DebugOptionsPacket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/DebugOptionsPacket.h b/Minecraft.World/DebugOptionsPacket.h index d731ebdd..9ac5ef2f 100644 --- a/Minecraft.World/DebugOptionsPacket.h +++ b/Minecraft.World/DebugOptionsPacket.h @@ -21,6 +21,6 @@ public: virtual int getEstimatedSize(); public: - static std::shared_ptr<Packet> create() { return std::shared_ptr<Packet>(new DebugOptionsPacket()); } + static shared_ptr<Packet> create() { return shared_ptr<Packet>(new DebugOptionsPacket()); } virtual int getId() { return 152; } }; |
