diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs index 01ceeed..22b3d35 100644 --- a/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/Linden/UDP/LLClientView.cs | |||
@@ -5810,7 +5810,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
5810 | args.Channel = ch; | 5810 | args.Channel = ch; |
5811 | args.From = String.Empty; | 5811 | args.From = String.Empty; |
5812 | args.Message = Utils.BytesToString(msg); | 5812 | args.Message = Utils.BytesToString(msg); |
5813 | args.Type = ChatTypeEnum.Shout; | 5813 | args.Type = ChatTypeEnum.Region; //Behaviour in SL is that the response can be heard from any distance |
5814 | args.Position = new Vector3(); | 5814 | args.Position = new Vector3(); |
5815 | args.Scene = Scene; | 5815 | args.Scene = Scene; |
5816 | args.Sender = this; | 5816 | args.Sender = this; |