diff options
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/Scene.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/Scene.cs b/OpenSim/Region/Framework/Scenes/Scene.cs index b650b79..2ed384f 100644 --- a/OpenSim/Region/Framework/Scenes/Scene.cs +++ b/OpenSim/Region/Framework/Scenes/Scene.cs | |||
@@ -213,7 +213,6 @@ namespace OpenSim.Region.Framework.Scenes | |||
213 | PhysicsScene.OnJointDeactivated += jointDeactivated; | 213 | PhysicsScene.OnJointDeactivated += jointDeactivated; |
214 | PhysicsScene.OnJointErrorMessage += jointErrorMessage; | 214 | PhysicsScene.OnJointErrorMessage += jointErrorMessage; |
215 | } | 215 | } |
216 | |||
217 | } | 216 | } |
218 | } | 217 | } |
219 | 218 | ||