*Removed Unneeded Debug I added in my last revison

*Fixed typo causing access lists not to be stored correctly in sqlite
This commit is contained in:
mingchen
2007-12-18 18:32:20 +00:00
parent 128f2b1e1b
commit 30b7c047fa
2 changed files with 2 additions and 5 deletions

View File

@@ -104,6 +104,7 @@ namespace OpenSim.Region.Environment.LandManagement
}
#endregion
#region Member Variables
public Dictionary<int, Land> landList = new Dictionary<int, Land>();