This commit is contained in:
FlightControl 2017-03-21 10:31:06 +01:00
parent 91cc18b467
commit 266a27d127

View File

@ -992,7 +992,7 @@ function SCORING:_EventOnHit( Event )
end end
else -- A scenery object was hit. else -- A scenery object was hit.
MESSAGE MESSAGE
:New( "Player '" .. InitPlayerName .. "' hit a scenery object.", :New( "Player '" .. Event.WeaponPlayerName .. "' hit a scenery object.",
2 2
) )
:ToAllIf( self:IfMessagesHit() and self:IfMessagesToAll() ) :ToAllIf( self:IfMessagesHit() and self:IfMessagesToAll() )