diff --git a/Moose Development/Moose/Functional/Warehouse.lua b/Moose Development/Moose/Functional/Warehouse.lua index b2a3a9d52..ab286591c 100644 --- a/Moose Development/Moose/Functional/Warehouse.lua +++ b/Moose Development/Moose/Functional/Warehouse.lua @@ -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