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

View File

@ -1,5 +1,5 @@
env.info( '*** MOOSE DYNAMIC INCLUDE START *** ' )
env.info( 'Moose Generation Timestamp: 20170321_0926' )
env.info( 'Moose Generation Timestamp: 20170321_1125' )
local base = _G

View File

@ -1,5 +1,5 @@
env.info( '*** MOOSE DYNAMIC INCLUDE START *** ' )
env.info( 'Moose Generation Timestamp: 20170321_0926' )
env.info( 'Moose Generation Timestamp: 20170321_1125' )
local base = _G