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
user_profiles
Justin Clark-Casey (justincc) 2013-01-26 04:27:01 +00:00
parent 53833babf9
commit b0cff35d96
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();
}
}
}