mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-08-08 21:43:11 +00:00
merge direction
This commit is contained in:
parent
f472c6a2f5
commit
4d4cec4cb1
5 changed files with 27 additions and 6 deletions
|
@ -72,7 +72,7 @@ public class Merge extends SubCommand {
|
|||
|
||||
@Override
|
||||
public boolean execute(final PlotPlayer plr, final String... args) {
|
||||
final Location loc = plr.getLocation();
|
||||
final Location loc = plr.getLocationFull();
|
||||
final Plot plot = MainUtil.getPlot(loc);
|
||||
if (plot == null) {
|
||||
return !sendMessage(plr, C.NOT_IN_PLOT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue