Target progress accounting for players

This commit is contained in:
FlightControl
2017-06-24 15:21:59 +02:00
parent aed71ca9e2
commit d396ca1684
2 changed files with 3 additions and 5 deletions

View File

@@ -215,9 +215,9 @@ do -- ACT_ACCOUNT_DEADS
local PlayerName = ProcessClient:GetPlayerName()
local PlayerHit = self.PlayerHits and self.PlayerHits[EventData.IniUnitName]
if PlayerHit == PlayerName then
self:Player()
self:Player( EventData )
else
self:Other()
self:Other( EventData )
end
end
end