Update Warehouse.lua

- Disabled fuel check.
This commit is contained in:
Frank 2021-09-29 08:15:22 +02:00
parent b48958995a
commit c7a2b34f59

View File

@ -3600,7 +3600,7 @@ function WAREHOUSE:onafterStatus(From, Event, To)
self:_PrintQueue(self.pending, "Queue pending") self:_PrintQueue(self.pending, "Queue pending")
-- Check fuel for all assets. -- Check fuel for all assets.
self:_CheckFuel() --self:_CheckFuel()
-- Update warhouse marker on F10 map. -- Update warhouse marker on F10 map.
self:_UpdateWarehouseMarkText() self:_UpdateWarehouseMarkText()