Update clientopcodes.cpp

This commit is contained in:
Ian Giestas Pauli 2017-01-27 22:33:42 -02:00 committed by GitHub
parent 2a4d48c8e6
commit 55a2e0bb49
1 changed files with 2 additions and 2 deletions

View File

@ -108,8 +108,8 @@ 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
null_command_handler,
null_command_handler,
{ "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,
null_command_handler,