Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
Applevangelist
2022-11-21 15:53:33 +01:00
5 changed files with 100 additions and 13 deletions

View File

@@ -685,6 +685,9 @@ function AIRBASE:Register(AirbaseName)
else
self:E(string.format("ERROR: Cound not get position Vec2 of airbase %s", AirbaseName))
end
-- Debug info.
self:T2(string.format("Registered airbase %s", tostring(self.AirbaseName)))
return self
end