mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 23:04:03 +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] == '/') {
|
if (portalDestination[0] == '/') {
|
||||||
print("Teleporting to " + portalDestination);
|
print("Teleporting to " + portalDestination);
|
||||||
Window.location = 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 {
|
} else {
|
||||||
print("Teleporting to hifi://" + portalDestination);
|
print("Teleporting to hifi://" + portalDestination);
|
||||||
Window.location = "hifi://" + portalDestination;
|
Window.location = "hifi://" + portalDestination;
|
||||||
|
|
Loading…
Reference in a new issue