mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-23 05:36:45 +01:00
Fix notify for swap
This commit is contained in:
parent
e5e470d124
commit
05b8b8a750
@ -831,6 +831,7 @@ public class MainUtil {
|
|||||||
PlotSquared.getPlots(world).put(p2.id, p2);
|
PlotSquared.getPlots(world).put(p2.id, p2);
|
||||||
// Swap database
|
// Swap database
|
||||||
DBFunc.dbManager.swapPlots(p2, p1);
|
DBFunc.dbManager.swapPlots(p2, p1);
|
||||||
|
TaskManager.runTask(whenDone);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user