mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
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.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user