mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-11-09 21:26:38 +00:00
Fix Import command not working
This commit is contained in:
parent
275c7a5d61
commit
6ea5b61f2b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue