mirror of
https://github.com/FlightControl-Master/MOOSE.git
synced 2025-10-29 16:58:06 +00:00
AIRBOSS v0.3.1
Tanker v0.9.3 * added TACAN option Helo v0.9.3 * added respawn and uncontrolled
This commit is contained in:
@@ -1800,7 +1800,7 @@ function WAREHOUSE:New(warehouse, alias)
|
||||
if type(warehouse)=="string" then
|
||||
warehouse=UNIT:FindByName(warehouse)
|
||||
if warehouse==nil then
|
||||
env.info(string.format("FF no warehouse unit with name %s found trying static.", warehouse))
|
||||
env.info(string.format("No warehouse unit with name %s found trying static.", warehouse))
|
||||
warehouse=STATIC:FindByName(warehouse, true)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user