mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
MP test
This commit is contained in:
@@ -1200,7 +1200,9 @@ function SCORING:_EventOnDeadOrCrash( Event )
|
|||||||
end
|
end
|
||||||
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
|
if Destroyed then
|
||||||
Player.Hit[TargetCategory][TargetUnitName].TimeStamp = 0
|
Player.Hit[TargetCategory][TargetUnitName].TimeStamp = 0
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
env.info( '*** MOOSE DYNAMIC INCLUDE START *** ' )
|
env.info( '*** MOOSE DYNAMIC INCLUDE START *** ' )
|
||||||
env.info( 'Moose Generation Timestamp: 20170321_0926' )
|
env.info( 'Moose Generation Timestamp: 20170321_1125' )
|
||||||
|
|
||||||
local base = _G
|
local base = _G
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
env.info( '*** MOOSE DYNAMIC INCLUDE START *** ' )
|
env.info( '*** MOOSE DYNAMIC INCLUDE START *** ' )
|
||||||
env.info( 'Moose Generation Timestamp: 20170321_0926' )
|
env.info( 'Moose Generation Timestamp: 20170321_1125' )
|
||||||
|
|
||||||
local base = _G
|
local base = _G
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user