mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 19:36:07 +08:00
Fixes the newly added packets as per Melanie's request.
Provisionally applied to fix the naming. Signatures are still subject to change. Signed-off-by: Melanie <melanie@t-data.com>
This commit is contained in:
@@ -397,8 +397,8 @@ namespace OpenSim.Region.CoreModules.Avatar.Friends
|
||||
client.OnLogout += OnLogout;
|
||||
|
||||
client.OnGrantUserRights += GrantUserFriendRights;
|
||||
client.OnTrackAgentEvent += FindAgent;
|
||||
client.OnFindAgentEvent += FindAgent;
|
||||
client.OnTrackAgent += FindAgent;
|
||||
client.OnFindAgent += FindAgent;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user