mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
added the first couple of sqlite tests. we'll see how bamboo
handles them.
This commit is contained in:
@@ -211,7 +211,7 @@ namespace OpenSim.Data.SQLite
|
||||
&& (prim.GetEffectiveObjectFlags() & (uint)PrimFlags.Temporary) == 0
|
||||
&& (prim.GetEffectiveObjectFlags() & (uint)PrimFlags.TemporaryOnRez) == 0)
|
||||
{
|
||||
//m_log.Info("[REGION DB]: Adding obj: " + obj.UUID + " to region: " + regionUUID);
|
||||
m_log.Info("[REGION DB]: Adding obj: " + obj.UUID + " to region: " + regionUUID);
|
||||
addPrim(prim, obj.UUID, regionUUID);
|
||||
}
|
||||
else if (prim.Stopped)
|
||||
|
||||
Reference in New Issue
Block a user