updated docs, Util functions and fixed last issues

This commit is contained in:
2026-09-07 14:04:28 +02:00
parent 2a7febfa4d
commit 145eb385bc
6 changed files with 98 additions and 88 deletions
@@ -34,7 +34,7 @@ function AirGroup:New(groupName, groupType, config, logger, spawnManager)
self._config = config
self._logger = logger
self._spawnManager = spawnManager
self._routeDrawing = nil
self._routeDrawings = {}
local group = Group.getByName(self._groupName)
if group then