Merge branch 'develop' into FF/Develop

This commit is contained in:
funkyfranky
2018-09-15 12:59:35 +02:00
3 changed files with 103 additions and 78 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