mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
Fix a regression that caused the region settings not to save. Still no SQLite support for region settings. MySQL now functional.
This commit is contained in:
@@ -735,6 +735,7 @@ namespace OpenSim.Data.MySQL
|
||||
{
|
||||
RegionSettings rs = new RegionSettings();
|
||||
rs.RegionUUID = regionUUID;
|
||||
rs.OnSave += StoreRegionSettings;
|
||||
|
||||
StoreRegionSettings(rs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user