Display sector description when viewing the tech tree (#5312)
This commit is contained in:
@@ -54,7 +54,6 @@ public class SectorPreset extends UnlockableContent{
|
|||||||
this.planet = planet;
|
this.planet = planet;
|
||||||
sector %= planet.sectors.size;
|
sector %= planet.sectors.size;
|
||||||
this.sector = planet.sectors.get(sector);
|
this.sector = planet.sectors.get(sector);
|
||||||
inlineDescription = false;
|
|
||||||
|
|
||||||
planet.preset(sector, this);
|
planet.preset(sector, this);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user