Implement chat across region borders since we can tell if avatars in neighbouring regions are in range.
parent
6f0cab8538
commit
b87c5140a1
|
@ -238,7 +238,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Chat
|
|||
{
|
||||
// This should use ForEachClient, but clients don't have a position.
|
||||
// If camera is moved into client, then camera position can be used
|
||||
s.ForEachRootScenePresence(
|
||||
s.ForEachScenePresence(
|
||||
delegate(ScenePresence presence)
|
||||
{
|
||||
if (TrySendChatMessage(
|
||||
|
|
Loading…
Reference in New Issue