mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 15:55:39 +02:00
Fixed "landed at" bug
This commit is contained in:
@@ -849,9 +849,9 @@ Perun.onGameEvent = function (eventName,arg1,arg2,arg3,arg4,arg5,arg6,arg7)
|
|||||||
elseif eventName == "landing" then
|
elseif eventName == "landing" then
|
||||||
--"landing", playerID, unit_missionID, airdromeName
|
--"landing", playerID, unit_missionID, airdromeName
|
||||||
if arg3 ~= "" then
|
if arg3 ~= "" then
|
||||||
_temp = " at " .. arg3;
|
_temp_airfield = " at " .. arg3;
|
||||||
else
|
else
|
||||||
_temp ="";
|
_temp_airfield ="";
|
||||||
end
|
end
|
||||||
|
|
||||||
-- TBD below shall be moved to function and arrays of strings - see takeoffs
|
-- TBD below shall be moved to function and arrays of strings - see takeoffs
|
||||||
|
|||||||
Reference in New Issue
Block a user