forked from RepoMirrors/kami-blue
changea debug message to all mode surround
This commit is contained in:
parent
ec2959c42a
commit
63f32924bc
|
@ -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!");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue