mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-12 03:59:22 +00:00
Fix notify for swap
This commit is contained in:
parent
e5e470d124
commit
05b8b8a750
1 changed files with 1 additions and 0 deletions
|
@ -831,6 +831,7 @@ public class MainUtil {
|
|||
PlotSquared.getPlots(world).put(p2.id, p2);
|
||||
// Swap database
|
||||
DBFunc.dbManager.swapPlots(p2, p1);
|
||||
TaskManager.runTask(whenDone);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue