mirror of
https://github.com/opensim/opensim.git
synced 2026-07-23 00:17:17 +08:00
Update svn properties. Add copyright headers. Minor formatting cleanup.
This commit is contained in:
@@ -84,7 +84,7 @@ namespace OpenSim.Region.Environment.Modules.Avatar.InstantMessage
|
||||
void OnClientConnect(IClientCore client)
|
||||
{
|
||||
IClientIM clientIM;
|
||||
if(client.TryGet(out clientIM))
|
||||
if (client.TryGet(out clientIM))
|
||||
{
|
||||
clientIM.OnInstantMessage += OnInstantMessage;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user