* Remove dumb bug I put in which meant that an archive save would never complete if there were any missing assets

This commit is contained in:
Justin Clarke Casey
2008-07-25 15:18:24 +00:00
parent f2bc404e70
commit fd4e703f25
5 changed files with 17 additions and 10 deletions

View File

@@ -261,7 +261,7 @@ namespace OpenSim.Data.SQLite
shapeRow.Delete();
}
RemoveItems(uuid);
RemoveItems(uuid);
// Remove prim row
row.Delete();