diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 076dfdf..a54523b 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -987,7 +987,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
987 | { | 987 | { |
988 | lock (OdeLock) | 988 | lock (OdeLock) |
989 | { | 989 | { |
990 | m_log.Debug("[PHYSICS]:ODELOCK"); | 990 | //m_log.Debug("[PHYSICS]:ODELOCK"); |
991 | ((OdeCharacter) actor).Destroy(); | 991 | ((OdeCharacter) actor).Destroy(); |
992 | _characters.Remove((OdeCharacter) actor); | 992 | _characters.Remove((OdeCharacter) actor); |
993 | } | 993 | } |