mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Fix after merge...
This commit is contained in:
parent
8650525d2b
commit
ec3d24876e
@ -64,22 +64,10 @@ public class Unclaim extends SubCommand {
|
|||||||
if ((Math.abs(plot.id.x) <= Math.abs(Auto.lastPlot.x)) && (Math.abs(plot.id.y) <= Math.abs(Auto.lastPlot.y))) {
|
if ((Math.abs(plot.id.x) <= Math.abs(Auto.lastPlot.x)) && (Math.abs(plot.id.y) <= Math.abs(Auto.lastPlot.y))) {
|
||||||
Auto.lastPlot = plot.id;
|
Auto.lastPlot = plot.id;
|
||||||
}
|
}
|
||||||
<<<<<<< HEAD
|
|
||||||
} else {
|
} else {
|
||||||
PlayerFunctions.sendMessage(plr, "Plot removal has been denied.");
|
PlayerFunctions.sendMessage(plr, "Plot removal has been denied.");
|
||||||
}
|
}
|
||||||
=======
|
|
||||||
<<<<<<< HEAD
|
|
||||||
}
|
|
||||||
else {
|
|
||||||
PlayerFunctions.sendMessage(plr, "Plot unclaim has been denied.");
|
|
||||||
=======
|
|
||||||
} else {
|
|
||||||
PlayerFunctions.sendMessage(plr, "Plot removal has been denied.");
|
|
||||||
>>>>>>> 73e92b834155ea9e458d7299ad78f4fd9b55aa66
|
|
||||||
}
|
|
||||||
PlayerFunctions.sendMessage(plr, C.UNCLAIM_SUCCESS);
|
PlayerFunctions.sendMessage(plr, C.UNCLAIM_SUCCESS);
|
||||||
>>>>>>> drtshock-master
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user