merge direction

This commit is contained in:
boy0001 2015-02-23 22:37:36 +11:00
parent f472c6a2f5
commit 4d4cec4cb1
5 changed files with 27 additions and 6 deletions

View file

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