Remove deprecated EV_CHAT_VOX.
This commit is contained in:
parent
0334773293
commit
1310828b81
1 changed files with 0 additions and 3 deletions
|
@ -135,9 +135,6 @@ ClientGame_EventParse(float fHeader)
|
|||
|
||||
CSQC_Parse_Print(sprintf("[TEAM] %s: %s", getplayerkeyvalue(fSender2, "name"), sMessage2), PRINT_CHAT);
|
||||
break;
|
||||
case EV_CHAT_VOX:
|
||||
Vox_Play(readstring());
|
||||
break;
|
||||
case EV_VIEWMODEL:
|
||||
View_PlayAnimation(readbyte());
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue