mirror of
https://github.com/BlueMap-Minecraft/BlueMap.git
synced 2024-11-22 18:45:21 +01:00
Remove debug command from build
This commit is contained in:
parent
538f1f7887
commit
05b7eb3ec5
@ -88,7 +88,7 @@ public CommandSpec createRootCommand() {
|
||||
.child(createPauseRenderCommand(), "pause")
|
||||
.child(createResumeRenderCommand(), "resume")
|
||||
.child(createRenderCommand(), "render")
|
||||
.child(debugCommand, "debug")
|
||||
//.child(debugCommand, "debug")
|
||||
.executor((source, args) -> {
|
||||
source.sendMessages(createStatusMessage());
|
||||
return CommandResult.success();
|
||||
|
Loading…
Reference in New Issue
Block a user