* Cleaned out remaining references to the old LocalStorage system in prep. to move to StorageManager.

This commit is contained in:
Adam Frisby
2007-07-19 00:42:59 +00:00
parent f29acf95b0
commit 920ffaf24b
4 changed files with 9 additions and 45 deletions

View File

@@ -174,7 +174,7 @@ namespace OpenSim.Region.Environment.LandManagement
}
}
}
m_world.localStorage.RemoveLandObject(landList[local_id].landData);
// TODO: Put event here for storage manager to bind to.
landList.Remove(local_id);
}