Display sector description when viewing the tech tree (#5312)

This commit is contained in:
MEEPofFaith
2025-02-06 12:24:37 -08:00
committed by GitHub
parent 7c17a3c6e3
commit 52b1ef52d0

View File

@@ -54,7 +54,6 @@ public class SectorPreset extends UnlockableContent{
this.planet = planet;
sector %= planet.sectors.size;
this.sector = planet.sectors.get(sector);
inlineDescription = false;
planet.preset(sector, this);
}