Allow teleportation for console

This commit is contained in:
Jesse Boyd 2016-08-10 12:33:08 +10:00
parent 2f74368879
commit daea9cf60d

View File

@ -32,6 +32,11 @@ public class ConsolePlayer extends PlotPlayer {
return instance;
}
@Override
public boolean canTeleport(Location loc) {
return true;
}
@Override
public Location getLocation() {
return this.getMeta("location");