mirror of
https://github.com/BentoBoxWorld/Challenges.git
synced 2024-12-30 21:07:47 +01:00
Fix issue, when new challenges and levels were without world name.
This commit is contained in:
parent
ca26fa0d8f
commit
01482b926b
@ -206,7 +206,7 @@ public class AdminGUI extends CommonGUI
|
||||
new EditChallengeGUI(this.addon,
|
||||
this.world,
|
||||
this.user,
|
||||
this.addon.getChallengesManager().createChallenge(reply),
|
||||
this.addon.getChallengesManager().createChallenge(newName),
|
||||
this.topLabel,
|
||||
this.permissionPrefix,
|
||||
this).build();
|
||||
@ -242,7 +242,7 @@ public class AdminGUI extends CommonGUI
|
||||
new EditLevelGUI(this.addon,
|
||||
this.world,
|
||||
this.user,
|
||||
this.addon.getChallengesManager().createLevel(reply),
|
||||
this.addon.getChallengesManager().createLevel(newName),
|
||||
this.topLabel,
|
||||
this.permissionPrefix,
|
||||
this).build();
|
||||
|
@ -147,7 +147,7 @@ public class EditChallengeGUI extends CommonGUI
|
||||
panelBuilder.item(28, this.createButton(Button.REMOVE_ENTITIES));
|
||||
|
||||
panelBuilder.item(21, this.createButton(Button.REQUIRED_BLOCKS));
|
||||
panelBuilder.item(29, this.createButton(Button.REMOVE_BLOCKS));
|
||||
panelBuilder.item(30, this.createButton(Button.REMOVE_BLOCKS));
|
||||
|
||||
panelBuilder.item(23, this.createButton(Button.SEARCH_RADIUS));
|
||||
panelBuilder.item(25, this.createButton(Button.REQUIRED_PERMISSIONS));
|
||||
|
Loading…
Reference in New Issue
Block a user