AIRBOSS v0.3.1

Tanker v0.9.3
* added TACAN option

Helo v0.9.3
* added respawn and uncontrolled
This commit is contained in:
Frank
2018-11-21 00:55:00 +01:00
parent 51a1f56011
commit ba1cb61f4d
4 changed files with 699 additions and 190 deletions

View File

@@ -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