Remove deprecated EV_CHAT_VOX.

This commit is contained in:
Marco Cawthorne 2021-10-20 01:19:40 +02:00
parent 0334773293
commit 1310828b81
Signed by: eukara
GPG Key ID: C196CD8BA993248A
1 changed files with 0 additions and 3 deletions

View File

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