FlightControl e84c9cc83b Fixed a problem that the TargetPlayerName was not logged in the CSV.
I adapted the CSV file, and added as the second parameter the
TargetPlayerName.
Where relevant, the TargetPlayerName will be mentioned in the CSV
logging.
IMPORTANT, the method SCORING:ScoreCSV has been adapted!!! The second
parameter is now the TargetPlayerName. Provide a "" or nil, if there is
no TargetPlayerName, but ensure the order of the parameters is correct!

function SCORING:ScoreCSV( PlayerName, TargetPlayerName, ScoreType,
ScoreTimes, ScoreAmount, PlayerUnitName, PlayerUnitCoalition,
PlayerUnitCategory, PlayerUnitType, TargetUnitName, TargetUnitCoalition,
TargetUnitCategory, TargetUnitType )
2017-03-07 10:27:59 +01:00
..
2017-02-07 20:20:58 +01:00
2017-02-04 15:16:32 +01:00
2017-02-04 15:16:32 +01:00
2017-03-06 11:43:13 +01:00
2017-02-16 10:58:35 +01:00
2016-09-12 12:29:20 +02:00
2016-12-06 10:17:21 +01:00
2017-02-26 11:58:26 +01:00