* Fixing sandbox mode crash caused by removal of LocalStorage during cleanup earlier.

afrisby
Adam Frisby 2007-07-19 03:36:39 +00:00
parent 6f4c623417
commit e348aaa3a5
1 changed files with 2 additions and 0 deletions

View File

@ -131,6 +131,8 @@ namespace OpenSim.Region.ClientStack
scene.RegionInfo.MasterAvatarAssignedUUID = libsecondlife.LLUUID.Zero;
//TODO: Load parcels from storageManager
}
scene.LandManager.resetSimLandObjects();
scene.performParcelPrimCountUpdate();
scene.StartTimer();
return scene;