mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 13:55:35 +08:00
a few more changes to hg im
This commit is contained in:
@@ -216,11 +216,12 @@ namespace OpenSim.Region.CoreModules.Avatar.InstantMessage
|
||||
// invitations
|
||||
//
|
||||
|
||||
im.offline = 1;
|
||||
|
||||
Scene s = FindScene(client.AgentId);
|
||||
Scene s = client.Scene as Scene;
|
||||
if (s != null)
|
||||
{
|
||||
im.offline = 1;
|
||||
s.EventManager.TriggerIncomingInstantMessage(im);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user