diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 4c83def..e90e7fd 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1075,14 +1075,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
1075 | 1075 | ||
1076 | SendTerseUpdateToAllClients(); | 1076 | SendTerseUpdateToAllClients(); |
1077 | } | 1077 | } |
1078 | 1078 | ||
1079 | /// <summary> | ||
1080 | /// | ||
1081 | /// </summary> | ||
1082 | public void StopMovement() | ||
1083 | { | ||
1084 | } | ||
1085 | |||
1086 | public void StopFlying() | 1079 | public void StopFlying() |
1087 | { | 1080 | { |
1088 | ControllingClient.StopFlying(this); | 1081 | ControllingClient.StopFlying(this); |