Fix notify for swap

This commit is contained in:
boy0001 2015-03-23 22:22:37 +11:00
parent e5e470d124
commit 05b8b8a750

View File

@ -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;
}