more changes in Damage MSG
This commit is contained in:
parent
2baf9c4c20
commit
29a22bb5fd
@ -59,10 +59,11 @@ void Client_Damage(void* mValue){
|
||||
bits = *(int*)mValue;
|
||||
break;
|
||||
case 3:
|
||||
if (!mPlayer || !damage || !*(float*)mValue || bits) {
|
||||
if (!mPlayer || !damage || bits){
|
||||
ignore = true;
|
||||
break;
|
||||
}
|
||||
|
||||
edict_t *enemy;
|
||||
enemy = mPlayer->pEdict->v.dmg_inflictor;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user