Fix Import command not working

This commit is contained in:
MistPhizzle 2014-07-26 17:50:51 -04:00
parent 275c7a5d61
commit 6ea5b61f2b

View file

@ -233,7 +233,7 @@ public class Commands {
s.sendMessage(ChatColor.RED + "You don't have permission to do that.");
return true;
}
if (Methods.isImportEnabled()) {
if (!Methods.isImportEnabled()) {
s.sendMessage(ChatColor.RED + "Importing has been disabled in the config");
return true;
}