Closed longtimegamer closed 2 years ago
units are removed from d_cur_tgt_enemy_units array when fn_entitykilled is called
d_cur_tgt_enemy_units
however units that are alive when a maintarget is completed are not removed from the array so the array can grow very fast
resolved by https://github.com/Xeno69/Domination/pull/443
units are removed from
d_cur_tgt_enemy_units
array when fn_entitykilled is calledhowever units that are alive when a maintarget is completed are not removed from the array so the array can grow very fast