Killed LL message of the day for now. Too many unwanted advertisements. Todo list to replace with something more informational
parent
bc45ad2897
commit
614d7732bb
|
|
@ -30,7 +30,7 @@
|
|||
const S32 LL_VERSION_MAJOR = 2;
|
||||
const S32 LL_VERSION_MINOR = 4;
|
||||
const S32 LL_VERSION_PATCH = 0;
|
||||
const S32 LL_VERSION_BUILD = 13827;
|
||||
const S32 LL_VERSION_BUILD = 13828;
|
||||
|
||||
const char * const LL_CHANNEL = "Firestorm-private-Romana.local";
|
||||
|
||||
|
|
|
|||
|
|
@ -3047,7 +3047,10 @@ bool process_login_success_response()
|
|||
gAgent.setHomePosRegion(region_handle, position);
|
||||
}
|
||||
|
||||
gAgent.mMOTD.assign(response["message"]);
|
||||
// AO - Kill LL message of the day for now, There's too many unwanted shoe and jewelry adverts.
|
||||
// We can set it to a more informational, less commercialized feed in the future.
|
||||
//gAgent.mMOTD.assign(response["message"]);
|
||||
gAgent.mMOTD.assign("Welcome to Firestorm");
|
||||
|
||||
// Options...
|
||||
// Each 'option' is an array of submaps.
|
||||
|
|
|
|||
Loading…
Reference in New Issue