aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/SQLite/SQLiteRegionData.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-07-25 15:18:24 +0000
committerJustin Clarke Casey2008-07-25 15:18:24 +0000
commitfd4e703f25328cafdc21fd9a089a699b1c4f54ca (patch)
tree79ac36ecef9dc57e1183c0a7c036ad3ec3955e86 /OpenSim/Data/SQLite/SQLiteRegionData.cs
parentsquasing warning. (diff)
downloadopensim-SC_OLD-fd4e703f25328cafdc21fd9a089a699b1c4f54ca.zip
opensim-SC_OLD-fd4e703f25328cafdc21fd9a089a699b1c4f54ca.tar.gz
opensim-SC_OLD-fd4e703f25328cafdc21fd9a089a699b1c4f54ca.tar.bz2
opensim-SC_OLD-fd4e703f25328cafdc21fd9a089a699b1c4f54ca.tar.xz
* Remove dumb bug I put in which meant that an archive save would never complete if there were any missing assets
Diffstat (limited to 'OpenSim/Data/SQLite/SQLiteRegionData.cs')
-rw-r--r--OpenSim/Data/SQLite/SQLiteRegionData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteRegionData.cs b/OpenSim/Data/SQLite/SQLiteRegionData.cs
index f780d1d..b937272 100644
--- a/OpenSim/Data/SQLite/SQLiteRegionData.cs
+++ b/OpenSim/Data/SQLite/SQLiteRegionData.cs
@@ -261,7 +261,7 @@ namespace OpenSim.Data.SQLite
261 shapeRow.Delete(); 261 shapeRow.Delete();
262 } 262 }
263 263
264 RemoveItems(uuid); 264 RemoveItems(uuid);
265 265
266 // Remove prim row 266 // Remove prim row
267 row.Delete(); 267 row.Delete();