mirror of
https://github.com/garbagemule/MobArena.git
synced 2025-02-24 00:11:36 +01:00
Fixed the mobarena.setup.addcontainer permission
This commit is contained in:
parent
ad4d502618
commit
a31aa1ce0e
BIN
MobArena.jar
BIN
MobArena.jar
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
name: MobArena
|
||||
main: com.garbagemule.MobArena.MobArena
|
||||
version: 0.94.3.21
|
||||
version: 0.94.3.22
|
||||
softdepend: [Spout,Permissions,MultiVerse,XcraftGate,Towny,Heroes,MagicSpells]
|
||||
commands:
|
||||
ma:
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user