diff options
Diffstat (limited to 'OpenSim/OpenSim.World/scripting/IScriptHandler.cs')
-rw-r--r-- | OpenSim/OpenSim.World/scripting/IScriptHandler.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/OpenSim.World/scripting/IScriptHandler.cs b/OpenSim/OpenSim.World/scripting/IScriptHandler.cs index 15efc49..efd67b1 100644 --- a/OpenSim/OpenSim.World/scripting/IScriptHandler.cs +++ b/OpenSim/OpenSim.World/scripting/IScriptHandler.cs | |||
@@ -87,7 +87,7 @@ namespace OpenSim.RegionServer.world.scripting | |||
87 | { | 87 | { |
88 | Primitive prim = m_entity as Primitive; | 88 | Primitive prim = m_entity as Primitive; |
89 | // Of course, we really should have asked the physEngine if this is possible, and if not, returned false. | 89 | // Of course, we really should have asked the physEngine if this is possible, and if not, returned false. |
90 | prim.UpdatePosition( value ); | 90 | // prim.UpdatePosition( value ); |
91 | } | 91 | } |
92 | } | 92 | } |
93 | } | 93 | } |