mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16: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;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canTeleport(Location loc) {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public Location getLocation() {
|
||||
return this.getMeta("location");
|
||||
|
Loading…
Reference in New Issue
Block a user