diff options
Diffstat (limited to 'OpenSim/Region/ClientStack')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index b388b10..68aae14 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -11202,15 +11202,10 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
11202 | scriptQuestion.Data.Questions = question; | 11202 | scriptQuestion.Data.Questions = question; |
11203 | scriptQuestion.Data.ObjectName = Util.StringToBytes256(taskName); | 11203 | scriptQuestion.Data.ObjectName = Util.StringToBytes256(taskName); |
11204 | scriptQuestion.Data.ObjectOwner = Util.StringToBytes256(ownerName); | 11204 | scriptQuestion.Data.ObjectOwner = Util.StringToBytes256(ownerName); |
11205 | 11205 | ||
11206 | OutPacket(scriptQuestion, ThrottleOutPacketType.Task); | 11206 | OutPacket(scriptQuestion, ThrottleOutPacketType.Task); |
11207 | } | 11207 | } |
11208 | 11208 | ||
11209 | public UUID GetDefaultAnimation(string name) | ||
11210 | { | ||
11211 | return SLUtil.GetDefaultAvatarAnimation(name); | ||
11212 | } | ||
11213 | |||
11214 | /// <summary> | 11209 | /// <summary> |
11215 | /// Handler called when we receive a logout packet. | 11210 | /// Handler called when we receive a logout packet. |
11216 | /// </summary> | 11211 | /// </summary> |