diff options
author | Melanie | 2011-05-22 21:01:31 +0200 |
---|---|---|
committer | Melanie | 2011-05-22 21:01:31 +0200 |
commit | 9c1f7995820d9d480450774575ac469ff5113b0d (patch) | |
tree | cc088f90cc3f2c29d6500d71edee86e69489976f /OpenSim/Region/Physics/ChOdePlugin/OdePlugin.cs | |
parent | Merge branch 'careminster-presence-refactor' of ssh://3dhosting.de/var/git/ca... (diff) | |
download | opensim-SC-9c1f7995820d9d480450774575ac469ff5113b0d.zip opensim-SC-9c1f7995820d9d480450774575ac469ff5113b0d.tar.gz opensim-SC-9c1f7995820d9d480450774575ac469ff5113b0d.tar.bz2 opensim-SC-9c1f7995820d9d480450774575ac469ff5113b0d.tar.xz |
Implement llGodLikeRezObject and llGetUsedMemory
Diffstat (limited to 'OpenSim/Region/Physics/ChOdePlugin/OdePlugin.cs')
-rw-r--r-- | OpenSim/Region/Physics/ChOdePlugin/OdePlugin.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/ChOdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/ChOdePlugin/OdePlugin.cs index 88f9658..a622745 100644 --- a/OpenSim/Region/Physics/ChOdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/ChOdePlugin/OdePlugin.cs | |||
@@ -1553,7 +1553,8 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1553 | removeprims = new List<OdePrim>(); | 1553 | removeprims = new List<OdePrim>(); |
1554 | } | 1554 | } |
1555 | removeprims.Add(chr); | 1555 | removeprims.Add(chr); |
1556 | m_log.Debug("[PHYSICS]: unable to collide test active prim against space. The space was zero, the geom was zero or it was in the process of being removed. Removed it from the active prim list. This needs to be fixed!"); | 1556 | /// Commented this because it triggers on every bullet |
1557 | //m_log.Debug("[PHYSICS]: unable to collide test active prim against space. The space was zero, the geom was zero or it was in the process of being removed. Removed it from the active prim list. This needs to be fixed!"); | ||
1557 | } | 1558 | } |
1558 | } | 1559 | } |
1559 | } | 1560 | } |