3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-27 11:35:26 +02:00

changing the location in welcome to which a user is sent on the first run

This commit is contained in:
Marko Kudjerski 2017-05-16 18:51:48 -07:00
parent 76a025aade
commit 303bb05b3d

View file

@ -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