mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 20:55:43 +08:00
Move requestonlinenotification generic message to presence module
This commit is contained in:
@@ -211,8 +211,6 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
|
||||
client.OnLogout += OnLogout;
|
||||
client.OnEconomyDataRequest += SendPresence;
|
||||
|
||||
client.AddGenericPacketHandler("requestonlinenotification", OnRequestOnlineNotification);
|
||||
|
||||
if (m_Friends.ContainsKey(client.AgentId))
|
||||
{
|
||||
m_Friends[client.AgentId].Refcount++;
|
||||
@@ -531,9 +529,5 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
|
||||
m_FriendsSimConnector.GrantRights(region, requester, target);
|
||||
}
|
||||
}
|
||||
|
||||
public void OnRequestOnlineNotification(Object sender, string method, List<String> args)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user