Warehouse v0.1.6

This commit is contained in:
funkyfranky
2018-08-14 00:10:42 +02:00
parent ab5b74cf31
commit d21cee9358
2 changed files with 394 additions and 182 deletions

View File

@@ -3984,7 +3984,9 @@ end
-- @return self
function SET_AIRBASE:AddAirbase( airbase )
self:Add( airbase:GetName(), airbase )
if airbase then
self:Add( airbase:GetName(), airbase )
end
return self
end