mirror of
https://github.com/EngineHub/WorldGuard.git
synced 2025-01-23 16:41:20 +01:00
Reuse set in RegionResultSet for getRegions().
This commit is contained in:
parent
2f3f76c8cf
commit
a62d9f5617
@ -63,6 +63,7 @@ public RegionResultSet(List<ProtectedRegion> applicable, @Nullable ProtectedRegi
|
||||
*/
|
||||
public RegionResultSet(Set<ProtectedRegion> applicable, @Nullable ProtectedRegion globalRegion) {
|
||||
this(NormativeOrders.fromSet(applicable), globalRegion, true);
|
||||
this.regionSet = applicable;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user