docs: more todos

This commit is contained in:
IliaDenisov
2026-02-14 17:52:15 +02:00
parent 0ab3147bdd
commit e3a3a71e88
7 changed files with 59 additions and 24 deletions
+4 -1
View File
@@ -113,12 +113,15 @@ func (c *Cache) SendRoutedGroups() {
case game.RouteMaterial:
res = &p.Material
ct = game.CargoMaterial
default:
case game.RouteEmpty:
// empty routes launched immediately so the're not required to be loaded
for _, sgi := range groups {
c.LaunchShips(sgi, dest)
}
groups = reorderGroups(groups)
continue
default:
continue
}
for res != nil && *res > 0 && len(groups) > 0 {
sgi := groups[0]