mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
Remove 0,0,0 entry
This commit is contained in:
parent
ac8adad0e0
commit
14b91aa04b
1 changed files with 0 additions and 3 deletions
|
@ -3582,9 +3582,6 @@ void Application::urlGoTo(int argc, const char * constArgv[]) {
|
||||||
// location coordinates or place name
|
// location coordinates or place name
|
||||||
QString domain = urlParts[0];
|
QString domain = urlParts[0];
|
||||||
Menu::goToDomain(domain);
|
Menu::goToDomain(domain);
|
||||||
// as there are no coordinates, go to 0,0,0
|
|
||||||
QString destination = "0,0,0";
|
|
||||||
Menu::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
|
||||||
QString domain = urlParts[0];
|
QString domain = urlParts[0];
|
||||||
|
|
Loading…
Reference in a new issue