changea debug message to all mode surround

This commit is contained in:
Bella 2019-12-02 20:07:35 -05:00
parent ec2959c42a
commit 63f32924bc
1 changed files with 1 additions and 1 deletions

View File

@ -258,7 +258,7 @@ public class Surround extends Module {
return;
}
if (debugMsgs.getValue().equals(DebugMsgs.IMPORTANT)) {
if (debugMsgs.getValue().equals(DebugMsgs.ALL)) {
Command.sendChatMessage("[Surround] Distance > 4.25 blocks!");
}
}