Fix DynamicRegionEditor.onPlayerSwapHandItems

This commit is contained in:
2026-03-28 22:15:47 +01: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)));