aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs
diff options
context:
space:
mode:
authorTeravus Ovares2008-01-21 03:13:44 +0000
committerTeravus Ovares2008-01-21 03:13:44 +0000
commitda99c2ab10399b66f1b616d11b617d1c1ded2a6f (patch)
tree715a60898dd46b30f27770074a19be6ed416f1e6 /OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs
parent* Added hooks for logout to all IUserService and all that implement it. (diff)
downloadopensim-SC_OLD-da99c2ab10399b66f1b616d11b617d1c1ded2a6f.zip
opensim-SC_OLD-da99c2ab10399b66f1b616d11b617d1c1ded2a6f.tar.gz
opensim-SC_OLD-da99c2ab10399b66f1b616d11b617d1c1ded2a6f.tar.bz2
opensim-SC_OLD-da99c2ab10399b66f1b616d11b617d1c1ded2a6f.tar.xz
* Stopped Physical Object saving on SQLite got commented out in my last commit.. un commenting it out now.
Diffstat (limited to 'OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs')
-rw-r--r--OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs b/OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs
index 2e22f00..1364d3e 100644
--- a/OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs
+++ b/OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs
@@ -188,9 +188,9 @@ namespace OpenSim.Framework.Data.SQLite
188 } 188 }
189 else if (prim.Stopped) 189 else if (prim.Stopped)
190 { 190 {
191 //MainLog.Instance.Verbose("DATASTORE", 191 MainLog.Instance.Verbose("DATASTORE",
192 //"Adding stopped obj: " + obj.UUID + " to region: " + regionUUID); 192 "Adding stopped obj: " + obj.UUID + " to region: " + regionUUID);
193 //addPrim(prim, Util.ToRawUuidString(obj.UUID), Util.ToRawUuidString(regionUUID)); 193 addPrim(prim, Util.ToRawUuidString(obj.UUID), Util.ToRawUuidString(regionUUID));
194 } 194 }
195 else 195 else
196 { 196 {