Skip to content

Commit 34930fd

Browse files
committed
fix
1 parent d4fb203 commit 34930fd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/java/io/github/optijava/opt_carpet_addition/commands/CommandLoggerCommand.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
package io.github.optijava.opt_carpet_addition.commands;
22

3-
import carpet.utils.Messenger;
43
import com.mojang.brigadier.CommandDispatcher;
54
import com.mojang.brigadier.builder.LiteralArgumentBuilder;
65
import com.mojang.brigadier.context.CommandContext;
@@ -21,7 +20,6 @@ public static void registerCommand(CommandDispatcher<ServerCommandSource> dispat
2120

2221
public static int reload(CommandContext<ServerCommandSource> context) {
2322
CommandLogger.reload();
24-
Messenger.m(context.getSource(), "Command Logger Reloaded.");
2523
return 1;
2624
}
2725
}

0 commit comments

Comments
 (0)