diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/Hypergrid')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs b/OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs index 76d1cba..5e3e03f 100644 --- a/OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs +++ b/OpenSim/Region/Environment/Scenes/Hypergrid/HGSceneCommunicationService.cs | |||
@@ -149,11 +149,11 @@ namespace OpenSim.Region.Environment.Scenes.Hypergrid | |||
149 | 149 | ||
150 | if (destRegionUp) | 150 | if (destRegionUp) |
151 | { | 151 | { |
152 | |||
153 | // Fixing a bug where teleporting while sitting results in the avatar ending up removed from | 152 | // Fixing a bug where teleporting while sitting results in the avatar ending up removed from |
154 | // both regions | 153 | // both regions |
155 | if (avatar.ParentID != (uint)0) | 154 | if (avatar.ParentID != (uint)0) |
156 | avatar.StandUp(); | 155 | avatar.StandUp(); |
156 | |||
157 | if (!avatar.ValidateAttachments()) | 157 | if (!avatar.ValidateAttachments()) |
158 | { | 158 | { |
159 | avatar.ControllingClient.SendTeleportFailed("Inconsistent attachment state"); | 159 | avatar.ControllingClient.SendTeleportFailed("Inconsistent attachment state"); |