Fixed the mobarena.setup.addcontainer permission

This commit is contained in:
Garbage Mule
2011-10-18 17:54:12 +02:00
parent ad4d502618
commit a31aa1ce0e
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1122,7 +1122,7 @@ public class MACommands implements CommandExecutor
if (base.equals("addcontainer"))
{
if (!(player && plugin.has(p, "mobarena.setup.addchest")) && !op)
if (!(player && plugin.has(p, "mobarena.setup.addcontainer")) && !op)
{
MAUtils.tellPlayer(sender, Msg.MISC_NO_ACCESS);
return true;