From 5fd2fa687edd1a559ce2ed569308acdfa99bee65 Mon Sep 17 00:00:00 2001 From: Teravus Ovares Date: Fri, 16 Nov 2007 22:13:13 +0000 Subject: * Resolved the situation where prim is loaded from storage and when pushed never stops. --- OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Physics') diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 5388852..5422c11 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs @@ -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; } -- cgit v1.1