mirror of
https://github.com/Miasmusa/Shadow.git
synced 2025-04-01 23:19:41 -04:00
remove debug code
This commit is contained in:
parent
2fcfb91035
commit
23bc553dbe
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ public class ToolsScreen extends Module {
|
|||
|
||||
@Override
|
||||
public void enable() {
|
||||
if (true) {
|
||||
if (menu == null) {
|
||||
menu = new PanelsGui(new PanelFrame[]{
|
||||
new PanelFrame(100, 100, 250, 170, "Grief", new Element[]{
|
||||
new PanelButton(0, 0, -1, "Delete LP Data", () -> {
|
||||
|
|
Loading…
Add table
Reference in a new issue