mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
* Stopped Physical Object saving on SQLite got commented out in my last commit.. un commenting it out now.
This commit is contained in:
@@ -188,9 +188,9 @@ namespace OpenSim.Framework.Data.SQLite
|
||||
}
|
||||
else if (prim.Stopped)
|
||||
{
|
||||
//MainLog.Instance.Verbose("DATASTORE",
|
||||
//"Adding stopped obj: " + obj.UUID + " to region: " + regionUUID);
|
||||
//addPrim(prim, Util.ToRawUuidString(obj.UUID), Util.ToRawUuidString(regionUUID));
|
||||
MainLog.Instance.Verbose("DATASTORE",
|
||||
"Adding stopped obj: " + obj.UUID + " to region: " + regionUUID);
|
||||
addPrim(prim, Util.ToRawUuidString(obj.UUID), Util.ToRawUuidString(regionUUID));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user