diff options
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index fa128de..a2f440e 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -2064,10 +2064,10 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
2064 | RemovePrim(prm); | 2064 | RemovePrim(prm); |
2065 | } | 2065 | } |
2066 | 2066 | ||
2067 | foreach (OdeCharacter act in _characters) | 2067 | //foreach (OdeCharacter act in _characters) |
2068 | { | 2068 | //{ |
2069 | RemoveAvatar(act); | 2069 | //RemoveAvatar(act); |
2070 | } | 2070 | //} |
2071 | d.WorldDestroy(world); | 2071 | d.WorldDestroy(world); |
2072 | //d.CloseODE(); | 2072 | //d.CloseODE(); |
2073 | } | 2073 | } |