This commit is contained in:
FlightControl
2017-03-21 11:25:33 +01:00
parent cb886229da
commit ffe04ff657
3 changed files with 5 additions and 3 deletions

View File

@@ -1200,7 +1200,9 @@ function SCORING:_EventOnDeadOrCrash( Event )
end
end
-- Delete now the hit cache if the target was destroyed
-- Delete now the hit cache if the target was destroyed.
-- Otherwise points will be granted every time a target gets killed by the players that hit that target.
-- This is only relevant for player to player destroys.
if Destroyed then
Player.Hit[TargetCategory][TargetUnitName].TimeStamp = 0
end