command completion

This commit is contained in:
Sen 2025-03-17 18:21:41 +01:00
parent 0839beb98e
commit a8f6af2b37
11 changed files with 400 additions and 347 deletions

View file

@ -347,7 +347,7 @@ public class GuiWorlds extends GuiList<GuiWorlds.SaveInfo> implements ActButton.
this.gm.startServer(null, "debug");
}
else {
// this.gm.displayGuiScreen(new GuiCreate(this)); //TODO: create
this.gm.displayGuiScreen(GuiCreate.INSTANCE);
}
}
}