Backed out changeset: 584aa1ff2c5f
parent
feeedb6bfd
commit
c0aa1c9301
|
|
@ -683,12 +683,7 @@ void LLAvatarTracker::processOnlineNotification(LLMessageSystem* msg, void**)
|
|||
{
|
||||
lldebugs << "LLAvatarTracker::processOnlineNotification()" << llendl;
|
||||
instance().processNotify(msg, true);
|
||||
|
||||
// <FS:PP> FIRE-2731: Online/offline sound alert for friends
|
||||
if (gSavedSettings.getBOOL("PlayModeUISndFriendOnline"))
|
||||
{
|
||||
make_ui_sound("UISndFriendOnline");
|
||||
}
|
||||
make_ui_sound("UISndFriendOnline"); // <FS:PP> FIRE-2731: Online/offline sound alert for friends
|
||||
}
|
||||
|
||||
// static
|
||||
|
|
@ -696,12 +691,7 @@ void LLAvatarTracker::processOfflineNotification(LLMessageSystem* msg, void**)
|
|||
{
|
||||
lldebugs << "LLAvatarTracker::processOfflineNotification()" << llendl;
|
||||
instance().processNotify(msg, false);
|
||||
|
||||
// <FS:PP> FIRE-2731: Online/offline sound alert for friends
|
||||
if (gSavedSettings.getBOOL("PlayModeUISndFriendOffline"))
|
||||
{
|
||||
make_ui_sound("UISndFriendOffline");
|
||||
}
|
||||
make_ui_sound("UISndFriendOffline"); // <FS:PP> FIRE-2731: Online/offline sound alert for friends
|
||||
}
|
||||
|
||||
void LLAvatarTracker::processChange(LLMessageSystem* msg)
|
||||
|
|
|
|||
Loading…
Reference in New Issue