mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-04-07 10:02:24 +02:00
remove backwards compatability
This commit is contained in:
parent
4c4ec37eb3
commit
963fd68cd9
1 changed files with 0 additions and 3 deletions
|
@ -27,9 +27,6 @@
|
|||
if (portalDestination[0] == '/') {
|
||||
print("Teleporting to " + portalDestination);
|
||||
Window.location = portalDestination;
|
||||
} else if (portalDestination.indexOf('welcome/3.18552,0.164796,-0.300168/0,0.763363,0,0.64597') >= 0) {
|
||||
// Backwards compatability: convert existing hardcoded production destination to the current production/development welcome target.
|
||||
location.goToEntry();
|
||||
} else {
|
||||
print("Teleporting to hifi://" + portalDestination);
|
||||
Window.location = "hifi://" + portalDestination;
|
||||
|
|
Loading…
Reference in a new issue