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
0.7.5-pf-bulletsim
Justin Clark-Casey (justincc) 2013-01-26 04:27:01 +00:00
parent d1320993a4
commit 5b60f632c9
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ namespace OpenSim.Region.CoreModules.World.Estate
m_module.Scene.RegionInfo.RegionSettings.Save();
m_module.TriggerRegionInfoChange();
m_module.sendRegionInfoPacketToAll();
m_module.sendRegionHandshakeToAll();
}
}
}