diff --git a/src/main/java/org/jmt/mcmt/commands/DebugCommands.java b/src/main/java/org/jmt/mcmt/commands/DebugCommands.java index 0770d3ab..87419c0b 100644 --- a/src/main/java/org/jmt/mcmt/commands/DebugCommands.java +++ b/src/main/java/org/jmt/mcmt/commands/DebugCommands.java @@ -56,6 +56,7 @@ public static LiteralArgumentBuilder registerDebug(LiteralArgumen StringTextComponent message = new StringTextComponent( "Block at " + bp + " is " + bs.getBlock().getRegistryName() + " has no NBT"); cmdCtx.getSource().sendFeedback(message, true); + return 1; } CompoundNBT nbt = te.serializeNBT(); ITextComponent itc = nbt.toFormattedComponent();