A small attempt to make persisting prims more reliable

0.6.0-stable
Melanie Thielker 2008-10-19 00:06:33 +00:00
parent af7fcb540c
commit 16d8c40a93
1 changed files with 1 additions and 1 deletions

View File

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