From 52b1ef52d00d83efb931eb25327ad102f5e7d346 Mon Sep 17 00:00:00 2001 From: MEEPofFaith <54301439+MEEPofFaith@users.noreply.github.com> Date: Thu, 6 Feb 2025 12:24:37 -0800 Subject: [PATCH] Display sector description when viewing the tech tree (#5312) --- core/src/mindustry/type/SectorPreset.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/mindustry/type/SectorPreset.java b/core/src/mindustry/type/SectorPreset.java index b23c909de2..48dd2f9234 100644 --- a/core/src/mindustry/type/SectorPreset.java +++ b/core/src/mindustry/type/SectorPreset.java @@ -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); }