Skip to content

Commit

Permalink
remove the stop/start button lol
Browse files Browse the repository at this point in the history
  • Loading branch information
screret committed Oct 22, 2023
1 parent bbc81eb commit 422cc35
Showing 1 changed file with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,15 +135,6 @@ public void addDisplayText(List<Component> textList) {
textList.add(Component.translatable("menu.gcys.dyson_sphere.collapsed"));
}
}

// TODO disable/remove this once release comes
Component button;
if (system.isDysonSphereActive()) {
button = ComponentPanelWidget.withButton(Component.translatable("menu.gcys.dyson_sphere.stop"), "dbg_delete_sphere").copy().withStyle(ChatFormatting.RED);
} else {
button = ComponentPanelWidget.withButton(Component.translatable("menu.gcys.dyson_sphere.start"), "dbg_start_sphere").copy().withStyle(ChatFormatting.GREEN);
}
textList.add(button);
}

}
Expand Down

0 comments on commit 422cc35

Please sign in to comment.