Skip to content

Commit

Permalink
Implement IslandManagePanel and IslandEditPanel for admins.
Browse files Browse the repository at this point in the history
Add SelectBundlePanel which allows to select bundle.
  • Loading branch information
BONNe committed Nov 28, 2020
1 parent 1e59187 commit 141c1b9
Show file tree
Hide file tree
Showing 4 changed files with 1,690 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ private PanelItem createButton(Action button)
case MANAGE_USERS:
{
clickHandler = (panel, user1, clickType, slot) -> {
// UserManagePanel.open(this);
IslandManagePanel.open(this);
return true;
};
material = Material.PLAYER_HEAD;
Expand Down

0 comments on commit 141c1b9

Please sign in to comment.