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:
Revolution
2010-01-06 19:52:10 -06:00
committed by Melanie
parent 74708a2900
commit b67470af91
10 changed files with 147 additions and 143 deletions

View File

@@ -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;
}