*Parcels and their access lists now store over multiple sessions when the datastore is sqlite

This commit is contained in:
mingchen
2007-12-18 17:42:02 +00:00
parent f79a500621
commit 128f2b1e1b
7 changed files with 335 additions and 13 deletions

View File

@@ -142,8 +142,6 @@ namespace OpenSim.Region.ClientStack
m_log.Verbose("PARCEL", "No master avatar found, using null.");
scene.RegionInfo.MasterAvatarAssignedUUID = LLUUID.Zero;
}
scene.LandManager.resetSimLandObjects();
scene.LoadPrimsFromStorage(m_permissions);
scene.loadAllLandObjectsFromStorage();