mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-09 14:03:22 +00:00
Should be stable now
This commit is contained in:
parent
3487d7d4c4
commit
7143da0ebf
8 changed files with 79 additions and 39 deletions
|
@ -108,7 +108,7 @@ public class ClusterManager {
|
|||
}
|
||||
|
||||
public static HashSet<PlotCluster> getIntersects(String world, PlotClusterId id) {
|
||||
if (clusters.containsKey(world)) {
|
||||
if (!clusters.containsKey(world)) {
|
||||
return new HashSet<>();
|
||||
}
|
||||
HashSet<PlotCluster> list = new HashSet<PlotCluster>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue