mirror of
https://github.com/nzp-team/quakec.git
synced 2024-11-22 20:01:34 +00:00
SERVER: Fix Deadshot targetting dead zombies
This commit is contained in:
parent
925662c384
commit
973d60eb9b
1 changed files with 1 additions and 0 deletions
|
@ -1108,6 +1108,7 @@ void(entity ent) Zombie_Death_Cleanup = {
|
|||
ent.movetype = MOVETYPE_NONE;
|
||||
ent.takedamage = DAMAGE_NO;
|
||||
|
||||
ent.head.classname = "";
|
||||
ent.head.solid = SOLID_NOT;
|
||||
ent.head.movetype = MOVETYPE_NONE;
|
||||
ent.head.takedamage = DAMAGE_NO;
|
||||
|
|
Loading…
Reference in a new issue