diff options
Attempt to enable chat, but seems to be a problem with the distances
Diffstat (limited to 'OpenSim/OpenSim.World/World.cs')
-rw-r--r-- | OpenSim/OpenSim.World/World.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/OpenSim.World/World.cs b/OpenSim/OpenSim.World/World.cs index 6a50aaa..29c75e8 100644 --- a/OpenSim/OpenSim.World/World.cs +++ b/OpenSim/OpenSim.World/World.cs | |||
@@ -505,6 +505,7 @@ namespace OpenSim.world | |||
505 | { | 505 | { |
506 | remoteClient.OnRegionHandShakeReply += new GenericCall(this.SendLayerData); | 506 | remoteClient.OnRegionHandShakeReply += new GenericCall(this.SendLayerData); |
507 | //remoteClient.OnRequestWearables += new GenericCall(this.GetInitialPrims); | 507 | //remoteClient.OnRequestWearables += new GenericCall(this.GetInitialPrims); |
508 | remoteClient.OnChatFromViewer += new ChatFromViewer(this.SimChat); | ||
508 | 509 | ||
509 | Avatar newAvatar = null; | 510 | Avatar newAvatar = null; |
510 | try | 511 | try |