mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ef3380dc0a
1 changed files with 5 additions and 0 deletions
|
@ -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 a new issue