mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-01 13:14:43 +02:00
@ -1803,6 +1803,8 @@ public class MainUtil {
|
||||
}
|
||||
occupied = true;
|
||||
}
|
||||
}
|
||||
// world border
|
||||
updateWorldBorder(destination);
|
||||
final ArrayDeque<RegionWrapper> regions = new ArrayDeque<>(getRegions(origin));
|
||||
// move / swap data
|
||||
@ -1918,6 +1920,8 @@ public class MainUtil {
|
||||
TaskManager.runTaskLater(whenDone, 1);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
// world border
|
||||
updateWorldBorder(destination);
|
||||
// copy data
|
||||
for (Plot plot : plots) {
|
||||
|
Reference in New Issue
Block a user