aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-01-26 04:27:01 +0000
committerJustin Clark-Casey (justincc)2013-01-26 04:27:01 +0000
commitb0cff35d96de4e9cbb252476f49640a4bf1f94e6 (patch)
tree2715a5452b47c08ed9fc47e0de6192857e9e194b
parentAdd OnScriptMovingStartEvent and OnScriptMovingEndEvent to EventManager so th... (diff)
downloadopensim-SC_OLD-b0cff35d96de4e9cbb252476f49640a4bf1f94e6.zip
opensim-SC_OLD-b0cff35d96de4e9cbb252476f49640a4bf1f94e6.tar.gz
opensim-SC_OLD-b0cff35d96de4e9cbb252476f49640a4bf1f94e6.tar.bz2
opensim-SC_OLD-b0cff35d96de4e9cbb252476f49640a4bf1f94e6.tar.xz
Fix issue where the "set terrain texture" console command did not tell the viewers that textures had updated (hence they did not display the changes).
Addresses http://opensimulator.org/mantis/view.php?id=6513
-rw-r--r--OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs b/OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs
index 3b84d57..4d49794 100644
--- a/OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs
+++ b/OpenSim/Region/CoreModules/World/Estate/EstateManagementCommands.cs
@@ -117,7 +117,7 @@ namespace OpenSim.Region.CoreModules.World.Estate
117 117
118 m_module.Scene.RegionInfo.RegionSettings.Save(); 118 m_module.Scene.RegionInfo.RegionSettings.Save();
119 m_module.TriggerRegionInfoChange(); 119 m_module.TriggerRegionInfoChange();
120 m_module.sendRegionInfoPacketToAll(); 120 m_module.sendRegionHandshakeToAll();
121 } 121 }
122 } 122 }
123 } 123 }