|
|
|
@ -34,7 +34,9 @@ function int NetDamage(
|
|
|
|
|
local FixFFHack ffHackFix; |
|
|
|
|
gameType = KFGameType(level.game); |
|
|
|
|
// Something is very wrong and we can just bail on this damage |
|
|
|
|
if (damageType == none || gameType == none) return 0; |
|
|
|
|
if (damageType == none || gameType == none) { |
|
|
|
|
return 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// We only check when suspicious instigators that aren't a world |
|
|
|
|
if (!damageType.default.bCausedByWorld && IsSuspicious(instigator)) |
|
|
|
|