9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-29 11:59:17 +00:00

fix: fix msg

This commit is contained in:
MC_XiaoHei
2025-08-24 16:18:53 +08:00
parent 9a7ad6ca98
commit dfeb9196b7

View File

@@ -59,7 +59,7 @@ public class CounterCommand extends LeavesSubcommand {
if (HopperCounter.isEnabled()) {
sender.sendMessage(join(spaces(),
text("Hopper counter is already", GRAY),
text("disabled", AQUA)
text("enabled", AQUA)
));
return true;
}