Last lua before dll

This commit is contained in:
VladMordock
2021-02-20 22:28:01 +01:00
parent be940c0c1e
commit 036e6b0350
2 changed files with 6 additions and 6 deletions

View File

@@ -865,7 +865,7 @@ Perun.onGameEvent = function (eventName,arg1,arg2,arg3,arg4,arg5,arg6,arg7)
elseif eventName == "takeoff" then
--"takeoff", playerID, unit_missionID, airdromeName
if arg3 ~= "" then
_temp_airfield = " from " .. arg3;
_temp_airfield = " from " .. arg3;
else
_temp_airfield = "";
end