possible fix for EARTH SHATTERING KABOOM! when trying to save a prim
parent
017a6f5511
commit
6f15ec2d46
|
@ -212,7 +212,7 @@ namespace OpenSim.Data.SQLite
|
|||
&& (prim.GetEffectiveObjectFlags() & (uint)PrimFlags.TemporaryOnRez) == 0)
|
||||
{
|
||||
//m_log.Info("[REGION DB]: Adding obj: " + obj.UUID + " to region: " + regionUUID);
|
||||
addPrim(prim, Util.ToRawUuidString(obj.UUID), Util.ToRawUuidString(regionUUID));
|
||||
addPrim(prim, obj.UUID, regionUUID);
|
||||
}
|
||||
else if (prim.Stopped)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue