forgot to do this

This commit is contained in:
ZeroEpoch1969
2020-01-11 20:55:18 -07:00
parent 5641d0d504
commit 93a9885477
7 changed files with 73 additions and 69 deletions

View File

@ -1,6 +1,6 @@
package me.totalfreedom.totalfreedommod.command;
import me.totalfreedom.disguise.DisguiseBlocker;
import me.totalfreedom.libsdisguises.BlockedDisguises;
import me.totalfreedom.totalfreedommod.rank.Rank;
import me.totalfreedom.totalfreedommod.util.FUtil;
import org.bukkit.command.Command;
@ -21,7 +21,7 @@ public class Command_undisguiseall extends FreedomCommand
return true;
}
if (!DisguiseBlocker.enabled)
if (BlockedDisguises.disabled)
{
msg("Disguises are not enabled.");
return true;