This commit is contained in:
lmmb74 2018-05-27 10:45:18 -03:00
parent a7cd204ec6
commit 17dc4287f4
No known key found for this signature in database
GPG Key ID: F596CD6C20F126AF
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ public class CreateSurrounding extends CompositeCommand implements Listener {
public void setup() {
this.setOnlyPlayer(true);
this.setPermission("bskyblock.admin.challenges");
this.setParameters("challaneges.admin.create.surrounding.parameters");
this.setParameters("challenges.admin.create.surrounding.parameters");
this.setDescription("challenges.admin.create.surrounding.description");
}