mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-07-03 22:24:43 +02:00
Config overhaul part 3
This commit is contained in:
src/main/java/com/gmail/nossr50
@ -26,7 +26,7 @@ public class XplockCommand implements CommandExecutor {
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!Config.spoutEnabled || !Config.xpbar || !Config.xplockEnable) {
|
||||
if (!Config.spoutEnabled || !Config.xpbar || !Config.getCommandXPLockEnabled()) {
|
||||
sender.sendMessage(mcLocale.getString("Commands.Disabled"));
|
||||
return true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user