Fix DynamicRegionEditor.onPlayerSwapHandItems

This commit is contained in:
2026-05-20 11:44:30 +02:00
parent b5de5d4288
commit b3d741d7b9
@@ -156,6 +156,7 @@ public class DynamicRegionEditor implements SWPlayer.Component, Listener {
DynamicRegionSystem.constructorDataMap.values()
.stream()
.filter(RegionConstructorData::placeable)
.sorted(Comparator.comparing(RegionConstructorData::name))
.forEach(data -> {
list.add(new SWListInv.SWListEntry<>(new SWItem(data.material(), "§f" + data.name()), new Place(data)));