aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/ClientCommandPacket.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.World/ClientCommandPacket.cpp')
-rw-r--r--Minecraft.World/ClientCommandPacket.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/ClientCommandPacket.cpp b/Minecraft.World/ClientCommandPacket.cpp
index 15aaefd0..4245fc3f 100644
--- a/Minecraft.World/ClientCommandPacket.cpp
+++ b/Minecraft.World/ClientCommandPacket.cpp
@@ -24,7 +24,7 @@ void ClientCommandPacket::write(DataOutputStream *dos)
void ClientCommandPacket::handle(PacketListener *listener)
{
- listener->handleClientCommand(std::dynamic_pointer_cast<ClientCommandPacket>(shared_from_this()));
+ listener->handleClientCommand(dynamic_pointer_cast<ClientCommandPacket>(shared_from_this()));
}
int ClientCommandPacket::getEstimatedSize()