diff options
author | Teravus Ovares | 2008-01-21 03:13:44 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-01-21 03:13:44 +0000 |
commit | da99c2ab10399b66f1b616d11b617d1c1ded2a6f (patch) | |
tree | 715a60898dd46b30f27770074a19be6ed416f1e6 /OpenSim/Framework/Data.SQLite | |
parent | * Added hooks for logout to all IUserService and all that implement it. (diff) | |
download | opensim-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')
-rw-r--r-- | OpenSim/Framework/Data.SQLite/SQLiteRegionData.cs | 6 |
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 | { |