Update Warehouse.lua

This commit is contained in:
Frank 2020-05-04 00:33:33 +02:00
parent 533e2abf17
commit dcd1060496

View File

@ -4998,14 +4998,6 @@ function WAREHOUSE:onbeforeChangeCountry(From, Event, To, Country)
return false
end
--- On after "ChangeCountry" event. Warehouse is respawned with the specified country. All queued requests are deleted and the owned airbase is reset if the coalition is changed by changing the
-- country.
-- @param #WAREHOUSE self
-- @param DCS#country.id Country Country which has captured the warehouse.
function WAREHOUSE:_ChangeCountry(From, Event, To, Country)
end
--- On after "ChangeCountry" event. Warehouse is respawned with the specified country. All queued requests are deleted and the owned airbase is reset if the coalition is changed by changing the
-- country.
-- @param #WAREHOUSE self