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=65130.7.4-extended
parent
25a9ad1722
commit
25b539e593
|
@ -117,7 +117,7 @@ namespace OpenSim.Region.CoreModules.World.Estate
|
||||||
|
|
||||||
m_module.Scene.RegionInfo.RegionSettings.Save();
|
m_module.Scene.RegionInfo.RegionSettings.Save();
|
||||||
m_module.TriggerRegionInfoChange();
|
m_module.TriggerRegionInfoChange();
|
||||||
m_module.sendRegionInfoPacketToAll();
|
m_module.sendRegionHandshakeToAll();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue