A small attempt to make persisting prims more reliable

This commit is contained in:
Melanie Thielker
2008-10-19 00:06:33 +00:00
parent af7fcb540c
commit 16d8c40a93

View File

@@ -1161,7 +1161,7 @@ namespace OpenSim.Region.Environment.Scenes
if (RootPart == null || UUID == UUID.Zero)
{
DetachFromBackup();
// DetachFromBackup();
return;
}