Disabled worlds

This commit is contained in:
NuclearW
2012-02-05 16:29:56 -05:00
parent 43e3dd7977
commit 6e8ad54dc6
8 changed files with 200 additions and 300 deletions

View File

@ -33,7 +33,7 @@ public class StatsCommand implements CommandExecutor {
player.sendMessage(mcLocale.getString("mcPlayerListener.YourStats"));
if (mcPermissions.getEnabled())
if (mcPermissions.isEnabled())
player.sendMessage(mcLocale.getString("mcPlayerListener.NoSkillNote"));
ChatColor header = ChatColor.GOLD;