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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user