This commit is contained in:
Anuken
2025-09-05 12:00:30 -04:00
parent 59f8f5cd11
commit 625c354461
4 changed files with 6 additions and 4 deletions

View File

@@ -466,8 +466,6 @@ public class PlanetDialog extends BaseDialog implements PlanetInterfaceRenderer{
}
}
Sector hoverOrSelect = hovered != null ? hovered : selected;
Sector current = Vars.state.getSector() != null && Vars.state.getSector().isBeingPlayed() && Vars.state.getSector().planet == state.planet ? Vars.state.getSector() : null;
if(current != null){