From da3a6022e5b4c55b3fb4b6082565855158492b6f Mon Sep 17 00:00:00 2001 From: IliaDenisov Date: Mon, 16 Feb 2026 18:03:10 +0200 Subject: [PATCH] docs: more todos --- internal/controller/route.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/controller/route.go b/internal/controller/route.go index 929f1db..ff08054 100644 --- a/internal/controller/route.go +++ b/internal/controller/route.go @@ -171,6 +171,9 @@ func (c *Cache) listRoutedSendGroupIds(pn uint) iter.Seq[int] { } // Невозможно лишь выгрузить колонистов на чужой планете. +/* +TODO: Очерёдность выгрузки согласно правилам +*/ func (c *Cache) TurnUnloadEnroutedGroups() { for i := range c.g.Map.Planet { p := &c.g.Map.Planet[i]