mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-26 07:06:45 +01:00
Fixed /ability not checking the right permission
This commit is contained in:
parent
354ed9ede0
commit
b5963936fd
@ -19,6 +19,7 @@ Version 1.3.07
|
|||||||
+ Added config options for enabling/disabling specific double drops
|
+ Added config options for enabling/disabling specific double drops
|
||||||
+ Added automatic zip backup of flatfile database & config files
|
+ Added automatic zip backup of flatfile database & config files
|
||||||
+ Added config options to enable/disable specific skills for PVP & PVE
|
+ Added config options to enable/disable specific skills for PVP & PVE
|
||||||
|
= Fixed /ability not checking the right permission
|
||||||
= Fixed rare NPE on /party command
|
= Fixed rare NPE on /party command
|
||||||
= Fixed Arrow Retrieval dropping only one arrow
|
= Fixed Arrow Retrieval dropping only one arrow
|
||||||
= Fixed /p and /a incompatibilities with bChatManager
|
= Fixed /p and /a incompatibilities with bChatManager
|
||||||
|
@ -18,7 +18,7 @@ public class McabilityCommand implements CommandExecutor {
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (CommandHelper.noCommandPermissions(sender, "mcmmo.admin")) {
|
if (CommandHelper.noCommandPermissions(sender, "mcmmo.commands.ability")) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user