diff options
Diffstat (limited to 'src/network/packethandlers/client.cpp')
-rw-r--r-- | src/network/packethandlers/client.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/network/packethandlers/client.cpp b/src/network/packethandlers/client.cpp index 69f39d1f3..7b3adeda4 100644 --- a/src/network/packethandlers/client.cpp +++ b/src/network/packethandlers/client.cpp @@ -89,7 +89,7 @@ void Client::handleCommand_Init(NetworkPacket* pkt) m_state = LC_Init; } -void Client::handleCommand_AccessDenied(NetworkPacket* pkt) +void Client::handleCommand_AccessDenied_Legacy(NetworkPacket* pkt) { // The server didn't like our password. Note, this needs // to be processed even if the serialisation format has @@ -822,7 +822,7 @@ void Client::handleCommand_AddParticleSpawner(NetworkPacket* pkt) } -void Client::handleCommand_DeleteParticleSpawner(NetworkPacket* pkt) +void Client::handleCommand_DeleteParticleSpawner_Legacy(NetworkPacket* pkt) { u16 id; |