aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-01-26 04:27:01 +0000
committerJustin Clark-Casey (justincc)2013-02-08 21:29:01 +0000
commit5b60f632c9e6280b7c884ce705125f5bf4cb7ed2 (patch)
tree03309a4f8d24252179e9bd1439eda5bbd55c42a2 /OpenSim
parentMantis 6343: Turn a prim to flexy to OFF don't work llSetPrimParams (diff)
downloadopensim-SC_OLD-5b60f632c9e6280b7c884ce705125f5bf4cb7ed2.zip
opensim-SC_OLD-5b60f632c9e6280b7c884ce705125f5bf4cb7ed2.tar.gz
opensim-SC_OLD-5b60f632c9e6280b7c884ce705125f5bf4cb7ed2.tar.bz2
opensim-SC_OLD-5b60f632c9e6280b7c884ce705125f5bf4cb7ed2.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
Diffstat (limited to 'OpenSim')
-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 }