mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-08-15 10:47:21 +00:00
bug fixing
This commit is contained in:
parent
9516ec3cd2
commit
d3b88f9065
@ -4746,7 +4746,7 @@ do -- SET_AIRBASE
|
|||||||
|
|
||||||
local airbaseName, airbase=self:FindInDatabase(EventData)
|
local airbaseName, airbase=self:FindInDatabase(EventData)
|
||||||
|
|
||||||
if airbase and airbase:IsShip() or airbase:IsHelipad() then
|
if airbase and (airbase:IsShip() or airbase:IsHelipad()) then
|
||||||
self:RemoveAirbasesByName(airbaseName)
|
self:RemoveAirbasesByName(airbaseName)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user