mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Implement chat across region borders since we can tell if avatars in neighbouring regions are in range.
This commit is contained in:
@@ -240,7 +240,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Chat
|
|||||||
{
|
{
|
||||||
// This should use ForEachClient, but clients don't have a position.
|
// This should use ForEachClient, but clients don't have a position.
|
||||||
// If camera is moved into client, then camera position can be used
|
// If camera is moved into client, then camera position can be used
|
||||||
s.ForEachRootScenePresence(
|
s.ForEachScenePresence(
|
||||||
delegate(ScenePresence presence)
|
delegate(ScenePresence presence)
|
||||||
{
|
{
|
||||||
if (TrySendChatMessage(
|
if (TrySendChatMessage(
|
||||||
|
|||||||
Reference in New Issue
Block a user