Skip to content

Commit dfeb919

Browse files
committed
fix: fix msg
1 parent 9a7ad6c commit dfeb919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leaves-server/src/main/java/org/leavesmc/leaves/command/leaves/subcommands/CounterCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected boolean execute(@NotNull CommandContext context) {
5959
if (HopperCounter.isEnabled()) {
6060
sender.sendMessage(join(spaces(),
6161
text("Hopper counter is already", GRAY),
62-
text("disabled", AQUA)
62+
text("enabled", AQUA)
6363
));
6464
return true;
6565
}

0 commit comments

Comments
 (0)