Fix issue #215
This commit is contained in:
parent
8b7d045702
commit
9c8fb70e4e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ function teleport( entity, destination){
|
||||||
entity.teleport( destination, bkTeleportCause.PLUGIN);
|
entity.teleport( destination, bkTeleportCause.PLUGIN);
|
||||||
}
|
}
|
||||||
if (__plugin.canary){
|
if (__plugin.canary){
|
||||||
entity['teleportTo(Location)'](destination);
|
entity.teleportTo(destination);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
module.exports = teleport;
|
module.exports = teleport;
|
||||||
|
|
Reference in a new issue