Update clientopcodes.cpp

This commit is contained in:
Ian Giestas Pauli 2017-02-01 14:13:56 -02:00 committed by GitHub
parent 975f3ac674
commit 6a33ffebd1
1 changed files with 1 additions and 1 deletions

View File

@ -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,