Fixes #657
Fixes #656
Fixes #653
Fixes #652
Fixes #585
This commit is contained in:
Jesse Boyd
2015-10-05 00:59:43 +11:00
parent 9d77b422df
commit f2431c869f
23 changed files with 505 additions and 332 deletions

View File

@ -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) {