[OpenSim] Use x-grid-info everywhere, instead of old HTTPS thing
This commit is contained in:
@@ -61,8 +61,8 @@ const std::string MAIN_GRID_SLURL_BASE = "http://maps.secondlife.com/secondlife/
|
||||
const std::string SYSTEM_GRID_APP_SLURL_BASE = "secondlife:///app";
|
||||
|
||||
const char* SYSTEM_GRID_SLURL_BASE = "secondlife://%s/secondlife/";
|
||||
const char* DEFAULT_SLURL_BASE = "https://%s/region/";
|
||||
const char* DEFAULT_APP_SLURL_BASE = "x-grid-location-info://%s/app";
|
||||
const char* DEFAULT_SLURL_BASE = "x-grid-info://%s/region/";
|
||||
const char* DEFAULT_APP_SLURL_BASE = "x-grid-info://%s/app";
|
||||
|
||||
#define MAINGRID "secondlife"
|
||||
// resolve a simstring from a slurl
|
||||
|
||||
Reference in New Issue
Block a user