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
parent
8407d7fbd2
commit
0105171fc4
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue