*And this

This commit is contained in:
Jesse Boyd 2016-08-16 14:32:31 +10:00
parent f07ac646f3
commit e4408d56ec

View File

@ -486,7 +486,7 @@ public class PlayerEvents extends PlotListener implements Listener {
pp.deleteMeta("lastplot"); pp.deleteMeta("lastplot");
return; return;
} }
Plot now = area.getPlotAbs(loc); Plot now = area.getPlot(loc);
Plot lastPlot = pp.getMeta("lastplot"); Plot lastPlot = pp.getMeta("lastplot");
if (now == null) { if (now == null) {
if (lastPlot != null && !plotExit(pp, lastPlot)) { if (lastPlot != null && !plotExit(pp, lastPlot)) {