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
+1
View File
@@ -539,6 +539,7 @@ end
do -- Controller do -- Controller
---@class Controller ---@class Controller
---@field setTask fun(self:Controller, task: Task) Sets the task of the controller to the passed task
Controller = Controller Controller = Controller
+2 -2
View File
@@ -36,8 +36,8 @@ function FleetGroup:new(fleetGroupName, database, logger)
end end
local biggest = nil local biggest = nil
local biggestA = nil local biggestA = zone.verts[1]
local biggestB = nil local biggestB = zone.verts[2]
for i = 1, 3 do for i = 1, 3 do
for ii = i + 1, 4 do for ii = i + 1, 4 do