mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Trigger the RegionLightShareData OnSave event properly when the profile is saved
This commit is contained in:
@@ -1770,6 +1770,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
public void StoreWindlightProfile(RegionLightShareData wl)
|
||||
{
|
||||
m_regInfo.WindlightSettings = wl;
|
||||
wl.Save();
|
||||
m_storageManager.DataStore.StoreRegionWindlightSettings(wl);
|
||||
m_eventManager.TriggerOnSaveNewWindlightProfile();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user