Browse Source

Merge pull request #3160 from filoghost/patch-1

Fix permission error
t00thpick1 8 years ago
parent
commit
5c267663a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/plugin.yml

+ 1 - 1
src/main/resources/plugin.yml

@@ -1900,7 +1900,7 @@ permissions:
         description: Allow reset of skill levels
         children:
             mcmmo.commands.skillreset.all: true
-            mcmmo.commands.skillreset.others.all: false
+            mcmmo.commands.skillreset.others.all: true
     mcmmo.skills.*:
         default: false
         description: Implies all mcmmo.skills permissions.