Updates fixing cargo stuff

This commit is contained in:
FlightControl
2017-07-04 16:34:00 +02:00
parent ccfcca8f9a
commit 84055e9798
3 changed files with 5 additions and 2 deletions

View File

@@ -634,10 +634,10 @@ function SCORING:_AddPlayerFromUnit( UnitData )
end
if self.Players[PlayerName].Penalty > self.Fratricide then
--UnitData:Destroy()
MESSAGE:New( self.DisplayMessagePrefix .. "Player '" .. PlayerName .. "' committed FRATRICIDE, he will be COURT MARTIALED and is DISMISSED from this mission!",
10
):ToAll()
UnitData:Destroy()
end
end