Automation (#19)

This commit is contained in:
2025-04-23 12:14:18 +02:00
committed by GitHub
parent 41b794616e
commit 9a86e02609
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -36,8 +36,8 @@ function FleetGroup:new(fleetGroupName, database, logger)
end
local biggest = nil
local biggestA = nil
local biggestB = nil
local biggestA = zone.verts[1]
local biggestB = zone.verts[2]
for i = 1, 3 do
for ii = i + 1, 4 do