mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Zombie Stat
addEventHandler in 2 places for same zombie _unit, removed from unit spawn function.
This commit is contained in:
parent
c49ee69265
commit
a2a3b7e3bd
@ -151,7 +151,6 @@ switch _unitClass do {
|
|||||||
{
|
{
|
||||||
_unit = [] call EPOCH_zombieSpawn;
|
_unit = [] call EPOCH_zombieSpawn;
|
||||||
_units pushBack _unit;
|
_units pushBack _unit;
|
||||||
_unit addEventHandler ["Killed", {["ZombieKills",1,true] call EPOCH_client_updatePlayerStat;}];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
case "I_Soldier_EPOCH": {
|
case "I_Soldier_EPOCH": {
|
||||||
|
Loading…
Reference in New Issue
Block a user