mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +01:00
Allow teleportation for console
This commit is contained in:
parent
2f74368879
commit
daea9cf60d
@ -32,6 +32,11 @@ public class ConsolePlayer extends PlotPlayer {
|
|||||||
return instance;
|
return instance;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public boolean canTeleport(Location loc) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Location getLocation() {
|
public Location getLocation() {
|
||||||
return this.getMeta("location");
|
return this.getMeta("location");
|
||||||
|
Loading…
Reference in New Issue
Block a user