mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 22:26:09 +08:00
* 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:
@@ -261,7 +261,7 @@ namespace OpenSim.Data.SQLite
|
||||
shapeRow.Delete();
|
||||
}
|
||||
|
||||
RemoveItems(uuid);
|
||||
RemoveItems(uuid);
|
||||
|
||||
// Remove prim row
|
||||
row.Delete();
|
||||
|
||||
Reference in New Issue
Block a user