nice catch by chi11ken that I was setting the wrong property

This commit is contained in:
Sean Dague
2007-10-22 15:39:02 +00:00
parent 6acaabefc3
commit c5ea70bf93
6 changed files with 815 additions and 815 deletions

View File

@@ -345,12 +345,12 @@ namespace OpenSim.Region.Environment.Modules
foreach (Scene m_scene in m_scenes)
{
m_scene.ForEachScenePresence(delegate(ScenePresence avatar)
{
if (!avatar.IsChildAgent)
{
avatar.ControllingClient.SendChatMessage(
Helpers.StringToField(mess), 255, pos, "IRC:",
LLUUID.Zero);
{
if (!avatar.IsChildAgent)
{
avatar.ControllingClient.SendChatMessage(
Helpers.StringToField(mess), 255, pos, "IRC:",
LLUUID.Zero);
}
});
}