mirror of
https://gitlab.com/SamB440/rpgregions-2.git
synced 2025-12-28 19:29:16 +00:00
Fix UltraRegions support
This commit is contained in:
@@ -98,7 +98,7 @@ public class UltraRegionsIntegration implements IntegrationManager {
|
||||
|
||||
for (Region ultraRegion : managedWorld.get().getRegions()) {
|
||||
if (!ultraRegion.getName().equals(region.getId())) continue;
|
||||
for (XYZ point : ultraRegion.getSelection().getTracePoints()) {
|
||||
for (XYZ point : ultraRegion.getSelectionList().getTracePoints()) {
|
||||
points.add(new Location(region.getWorld(), point.getX(), point.getY(), point.getZ()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user