Fixing problems with STATICS used for task transportation. I think it should work now.

This commit is contained in:
FlightControl
2018-09-15 07:45:20 +02:00
parent 47aaf6f6b2
commit f8f000eae5
2 changed files with 8 additions and 5 deletions

View File

@@ -188,7 +188,10 @@ function DATABASE:AddStatic( DCSStaticName )
if not self.STATICS[DCSStaticName] then
self.STATICS[DCSStaticName] = STATIC:Register( DCSStaticName )
return self.STATICS[DCSStaticName]
end
return nil
end