Killed LL message of the day for now. Too many unwanted advertisements. Todo list to replace with something more informational

meow-7.2.2
Arrehn 2010-11-18 09:56:08 -05:00
parent bc45ad2897
commit 614d7732bb
2 changed files with 5 additions and 2 deletions

View File

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

View File

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