Skip to content

Commit

Permalink
Display sector description when viewing the tech tree (#5312)
Browse files Browse the repository at this point in the history
  • Loading branch information
MEEPofFaith authored Feb 6, 2025
1 parent 7c17a3c commit 52b1ef5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/mindustry/type/SectorPreset.java
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ public void initialize(Planet planet, int sector){
this.planet = planet;
sector %= planet.sectors.size;
this.sector = planet.sectors.get(sector);
inlineDescription = false;

planet.preset(sector, this);
}
Expand Down

0 comments on commit 52b1ef5

Please sign in to comment.