The viewer only stores a screenshot on "Set home to here" if the alert that

follows show the text "Home position set.". Changed the message accordingly.
0.6.0-stable
Homer Horwitz 2008-09-21 13:31:30 +00:00
parent 8407d7fbd2
commit 0105171fc4
1 changed files with 2 additions and 1 deletions

View File

@ -2357,7 +2357,8 @@ namespace OpenSim.Region.Environment.Scenes
UserProfile.HomeLookAt = lookAt;
CommsManager.UserService.UpdateUserProfile(UserProfile);
remoteClient.SendAgentAlertMessage("Set home to here if supported by login service",false);
// FUBAR ALERT: this needs to be "Home position set." so the viewer saves a home-screenshot.
remoteClient.SendAgentAlertMessage("Home position set.",false);
}
else
{