mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
I was tired, okay.
This commit is contained in:
parent
adfd0e6674
commit
0f3d6b63f5
@ -42,11 +42,7 @@ public class PlotHandler {
|
|||||||
if (!plot.isMerged()) {
|
if (!plot.isMerged()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
Set<Plot> plots;
|
for (Plot current : MainUtil.getConnectedPlots(plot);) {
|
||||||
synchronized (Bukkit.getServer()) {
|
|
||||||
plots = MainUtil.getConnectedPlots(plot);
|
|
||||||
}
|
|
||||||
for (Plot current : plots) {
|
|
||||||
if (current.owner.equals(uuid)) {
|
if (current.owner.equals(uuid)) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user