diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 7187fbe..f7f1f69 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -2986,6 +2986,8 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
2986 | foreach (OdeCharacter actor in _characters) | 2986 | foreach (OdeCharacter actor in _characters) |
2987 | { | 2987 | { |
2988 | if (actor != null) | 2988 | if (actor != null) |
2989 | if (actor.bad) | ||
2990 | m_log.WarnFormat("[PHYSICS]: BAD Actor {0} in _characters list was not removed?", actor.m_uuid); | ||
2989 | actor.UpdatePositionAndVelocity(); | 2991 | actor.UpdatePositionAndVelocity(); |
2990 | } | 2992 | } |
2991 | } | 2993 | } |