Merge remote-tracking branch 'origin/master'

This commit is contained in:
MattBDev 2016-08-12 15:04:18 -04:00
commit ef3380dc0a

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