We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fb203 commit 34930fdCopy full SHA for 34930fd
src/main/java/io/github/optijava/opt_carpet_addition/commands/CommandLoggerCommand.java
@@ -1,6 +1,5 @@
1
package io.github.optijava.opt_carpet_addition.commands;
2
3
-import carpet.utils.Messenger;
4
import com.mojang.brigadier.CommandDispatcher;
5
import com.mojang.brigadier.builder.LiteralArgumentBuilder;
6
import com.mojang.brigadier.context.CommandContext;
@@ -21,7 +20,6 @@ public static void registerCommand(CommandDispatcher<ServerCommandSource> dispat
21
20
22
public static int reload(CommandContext<ServerCommandSource> context) {
23
CommandLogger.reload();
24
- Messenger.m(context.getSource(), "Command Logger Reloaded.");
25
return 1;
26
}
27
0 commit comments