mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
changing the location in welcome to which a user is sent on the first run
This commit is contained in:
parent
76a025aade
commit
303bb05b3d
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
#include "udt/PacketHeaders.h"
|
||||
|
||||
#if USE_STABLE_GLOBAL_SERVICES
|
||||
const QString DEFAULT_HIFI_ADDRESS = "hifi://welcome";
|
||||
const QString DEFAULT_HIFI_ADDRESS = "hifi://welcome/hello";
|
||||
#else
|
||||
const QString DEFAULT_HIFI_ADDRESS = "hifi://dev-welcome";
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue