* Resolved the situation where prim is loaded from storage and when pushed never stops.

This commit is contained in:
Teravus Ovares
2007-11-16 22:13:13 +00:00
parent eb2f626561
commit 5fd2fa687e
4 changed files with 45 additions and 23 deletions

View File

@@ -524,7 +524,7 @@ namespace OpenSim.Region.Physics.OdePlugin
newPrim = new OdePrim(name, this, targetspace, pos, siz, rot, mesh, pbs, isphysical);
}
_prims.Add(newPrim);
OpenSim.Framework.Console.MainLog.Instance.Verbose("PHYSICS", "Added Object");
return newPrim;
}