mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-23 19:25:12 +01:00
Temporarily enabling the blueprint selection panel.
Please replace when the alternative panel does something.
This commit is contained in:
parent
a55459a70c
commit
6b6a757727
@ -66,8 +66,8 @@ public class IslandCreateCommand extends CompositeCommand {
|
||||
return makeIsland(user, name);
|
||||
} else {
|
||||
// Show panel
|
||||
//getPlugin().getBlueprintsManager().showPanel(this, user, label);
|
||||
IslandCreationPanel.openPanel(user, (GameModeAddon) getAddon());
|
||||
getPlugin().getBlueprintsManager().showPanel(this, user, label);
|
||||
//IslandCreationPanel.openPanel(user, (GameModeAddon) getAddon());
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
@ -88,8 +88,8 @@ public class IslandResetCommand extends ConfirmableCommand {
|
||||
if (getPlugin().getSettings().isResetConfirmation()) {
|
||||
this.askConfirmation(user, () -> getPlugin().getBlueprintsManager().showPanel(this, user, label));
|
||||
} else {
|
||||
//getPlugin().getBlueprintsManager().showPanel(this, user, label);
|
||||
IslandCreationPanel.openPanel(user, (GameModeAddon) getAddon());
|
||||
getPlugin().getBlueprintsManager().showPanel(this, user, label);
|
||||
//IslandCreationPanel.openPanel(user, (GameModeAddon) getAddon());
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user