Formatting cleanup.

This commit is contained in:
Jeff Ames
2010-10-27 00:01:03 -04:00
parent c74c1620a1
commit a331fd4e24
9 changed files with 37 additions and 63 deletions

View File

@@ -238,7 +238,7 @@ namespace OpenSim.Region.CoreModules.Avatar.Chat
}
(scene as Scene).EventManager.TriggerOnChatToClients(
fromID, receiverIDs, message, c.Type, fromPos, fromName, sourceType, ChatAudibleLevel.Fully);
fromID, receiverIDs, message, c.Type, fromPos, fromName, sourceType, ChatAudibleLevel.Fully);
}
static private Vector3 CenterOfRegion = new Vector3(128, 128, 30);