mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
*And this
This commit is contained in:
parent
f07ac646f3
commit
e4408d56ec
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||||
|
|
Loading…
Reference in a new issue