mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
possible fix for EARTH SHATTERING KABOOM! when trying to save a prim
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user