Skip to content
Snippets Groups Projects
Commit 13c401ca authored by SamB440's avatar SamB440
Browse files

Move player to editor when adding new region element

parent b7a4c0ad
Branches
Tags
No related merge requests found
......@@ -81,6 +81,7 @@ public class AddRegionElementGUI extends RPGRegionsGUI {
region.getRequirements().add((RegionRequirement) newInstance);
}
new EditRegionElementGUI(plugin, player, region, registry).open();
player.playSound(player.getLocation(), Sound.BLOCK_ENCHANTMENT_TABLE_USE, 1f, 1f);
});
items.add(guiItem);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment