mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:14:34 +02:00
Remove 0,0,0 entry.
This commit is contained in:
parent
ec410d105b
commit
ac8adad0e0
1 changed files with 0 additions and 3 deletions
|
@ -935,9 +935,6 @@ void Menu::goTo() {
|
||||||
// location coordinates or place name
|
// location coordinates or place name
|
||||||
QString domain = urlParts[0];
|
QString domain = urlParts[0];
|
||||||
goToDomain(domain);
|
goToDomain(domain);
|
||||||
// as there are no coordinates, go to 0,0,0
|
|
||||||
QString destination = "0,0,0";
|
|
||||||
goTo(destination);
|
|
||||||
}
|
}
|
||||||
else if (urlParts.count() > 1) {
|
else if (urlParts.count() > 1) {
|
||||||
// if url has 2 or more parts, the first one is domain name
|
// if url has 2 or more parts, the first one is domain name
|
||||||
|
|
Loading…
Reference in a new issue