Skip to content

Commit

Permalink
Fixed #456: Region settings are now saved on load from OAR
Browse files Browse the repository at this point in the history
  • Loading branch information
kf6kjg committed Aug 10, 2018
1 parent dc933ba commit 5b05cea
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,8 @@ private bool LoadRegionSettings(string settingsPath, byte[] data)
currentRegionSettings.UseEstateSun = loadedRegionSettings.UseEstateSun;
currentRegionSettings.WaterHeight = loadedRegionSettings.WaterHeight;

currentRegionSettings.Save();

IEstateModule estateModule = m_scene.RequestModuleInterface<IEstateModule>();
estateModule.sendRegionHandshakeToAll();

Expand Down

0 comments on commit 5b05cea

Please sign in to comment.