mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
This fixes the crash reported in http://opensimulator.org/mantis/view.php?id=5529 related to sending IMs to foreign friends who are offline. Hopefully.
This commit is contained in:
@@ -482,7 +482,7 @@ namespace OpenSim.Services.HypergridService
|
||||
{
|
||||
foreach (TravelingAgentInfo t in m_TravelingAgents.Values)
|
||||
{
|
||||
if (t.UserID == userID)
|
||||
if (t.UserID == userID && !m_GridName.Equals(t.GridExternalName))
|
||||
return t.GridExternalName;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user