Fix the tests failing and also fix the jail command not doing anything.
This commit is contained in:
@ -150,7 +150,7 @@ public class JailCommand implements Command {
|
||||
}
|
||||
|
||||
//If the config has automatic muting, then let's set them as muted
|
||||
boolean muted = params.isMuted();
|
||||
boolean muted = params.getMuted();
|
||||
if(jm.getPlugin().getConfig().getBoolean(Settings.AUTOMATICMUTE.getPath())) {
|
||||
muted = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user