mirror of
https://github.com/overte-org/overte.git
synced 2025-05-27 23:10:24 +02:00
Remove the post-teleport spot if a new teleport is started
This commit is contained in:
parent
a08bcd325d
commit
047ea0deaf
1 changed files with 1 additions and 0 deletions
|
@ -389,6 +389,7 @@ Script.include("/~/system/libraries/controllers.js");
|
|||
visible: visible
|
||||
});
|
||||
}
|
||||
Overlays.editOverlay(this.teleportedTargetOverlay, { visible: false });
|
||||
} else {
|
||||
// Copy of target at teleported position for fading.
|
||||
Overlays.editOverlay(this.teleportedTargetOverlay, {
|
||||
|
|
Loading…
Reference in a new issue