mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-13 02:44:44 +02:00
Fix notify for swap
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user