mirror of
https://github.com/akaAgar/the-universal-mission-for-dcs-world.git
synced 2026-08-16 07:45:45 +00:00
"On landing" actions no longer triggered when player lands away from an airfield
This commit is contained in:
@@ -335,7 +335,7 @@ do
|
||||
return
|
||||
end
|
||||
|
||||
if event.id == world.event.S_EVENT_LAND then
|
||||
if event.id == world.event.S_EVENT_LAND and event.place then
|
||||
onLandEvent(event)
|
||||
return
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user