diff options
author | Homer Horwitz | 2008-09-21 13:31:30 +0000 |
---|---|---|
committer | Homer Horwitz | 2008-09-21 13:31:30 +0000 |
commit | 0105171fc49e0c99c58eb9d03489907c67b0b017 (patch) | |
tree | 1acaf410ce3c03af5a8b93d4f7da7c46964de946 /OpenSim/Region | |
parent | Mantis #2230 (diff) | |
download | opensim-SC_OLD-0105171fc49e0c99c58eb9d03489907c67b0b017.zip opensim-SC_OLD-0105171fc49e0c99c58eb9d03489907c67b0b017.tar.gz opensim-SC_OLD-0105171fc49e0c99c58eb9d03489907c67b0b017.tar.bz2 opensim-SC_OLD-0105171fc49e0c99c58eb9d03489907c67b0b017.tar.xz |
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.
Diffstat (limited to 'OpenSim/Region')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Scene.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Scene.cs b/OpenSim/Region/Environment/Scenes/Scene.cs index 210b6c6..7363fa9 100644 --- a/OpenSim/Region/Environment/Scenes/Scene.cs +++ b/OpenSim/Region/Environment/Scenes/Scene.cs | |||
@@ -2357,7 +2357,8 @@ namespace OpenSim.Region.Environment.Scenes | |||
2357 | UserProfile.HomeLookAt = lookAt; | 2357 | UserProfile.HomeLookAt = lookAt; |
2358 | CommsManager.UserService.UpdateUserProfile(UserProfile); | 2358 | CommsManager.UserService.UpdateUserProfile(UserProfile); |
2359 | 2359 | ||
2360 | remoteClient.SendAgentAlertMessage("Set home to here if supported by login service",false); | 2360 | // FUBAR ALERT: this needs to be "Home position set." so the viewer saves a home-screenshot. |
2361 | remoteClient.SendAgentAlertMessage("Home position set.",false); | ||
2361 | } | 2362 | } |
2362 | else | 2363 | else |
2363 | { | 2364 | { |