test: PlanetProductionDisplayName

This commit is contained in:
Ilia Denisov
2026-02-06 20:08:39 +02:00
parent ec8b494a5b
commit 3c4968ab8f
2 changed files with 16 additions and 7 deletions
-1
View File
@@ -125,7 +125,6 @@ func (c *Cache) PlanetProduction(ri int, number int, prod game.ProductionType, s
return nil
}
// TODO: test
func (c *Cache) PlanetProductionDisplayName(pn uint) string {
p := c.MustPlanet(pn)
if !p.Owned() {