From 6a33ffebd1adecbdbd9a68ba2fd8d880a92b4405 Mon Sep 17 00:00:00 2001 From: Ian Giestas Pauli Date: Wed, 1 Feb 2017 14:13:56 -0200 Subject: [PATCH] Update clientopcodes.cpp --- src/network/clientopcodes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network/clientopcodes.cpp b/src/network/clientopcodes.cpp index 4230ee903..79554cad6 100644 --- a/src/network/clientopcodes.cpp +++ b/src/network/clientopcodes.cpp @@ -108,7 +108,7 @@ const ToClientCommandHandler toClientCommandTable[TOCLIENT_NUM_MSG_TYPES] = { "TOCLIENT_LOCAL_PLAYER_ANIMATIONS", TOCLIENT_STATE_CONNECTED, &Client::handleCommand_LocalPlayerAnimations }, // 0x51 { "TOCLIENT_EYE_OFFSET", TOCLIENT_STATE_CONNECTED, &Client::handleCommand_EyeOffset }, // 0x52 { "TOCLIENT_DELETE_PARTICLESPAWNER", TOCLIENT_STATE_CONNECTED, &Client::handleCommand_DeleteParticleSpawner }, // 0x53 - { "TOCLIENT_PAUSE_SOUND", TOCLIENT_STATE_CONNECTED, &Client::handleCommand_PauseSound }, // 0x54 + { "TOCLIENT_PAUSE_SOUND", TOCLIENT_STATE_CONNECTED, &Client::handleCommand_PauseSound }, // 0x54 { "TOCLIENT_RESUME_SOUND", TOCLIENT_STATE_CONNECTED, &Client::handleCommand_ResumeSound }, // 0x55 null_command_handler, null_command_handler,