mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 18:05:40 +02:00
Fixed formatting on sending Mission start/Mission end event
This commit is contained in:
@@ -314,11 +314,11 @@ end
|
|||||||
|
|
||||||
Perun.onSimulationStart = function()
|
Perun.onSimulationStart = function()
|
||||||
Perun.MissionHash=DCS.getMissionName( ).."@"..os.date('%Y%m%d_%H%M%S');
|
Perun.MissionHash=DCS.getMissionName( ).."@"..os.date('%Y%m%d_%H%M%S');
|
||||||
Perun.LogEvent("SimStart","Mission" .. Perun.MissionHash .. " started");
|
Perun.LogEvent("SimStart","Mission " .. Perun.MissionHash .. " started");
|
||||||
end
|
end
|
||||||
|
|
||||||
Perun.onSimulationStop = function()
|
Perun.onSimulationStop = function()
|
||||||
Perun.LogEvent("SimStop","Mission" .. Perun.MissionHash .. " finished");
|
Perun.LogEvent("SimStop","Mission " .. Perun.MissionHash .. " finished");
|
||||||
end
|
end
|
||||||
|
|
||||||
Perun.onPlayerDisconnect= function(id, err_code)
|
Perun.onPlayerDisconnect= function(id, err_code)
|
||||||
|
|||||||
Reference in New Issue
Block a user