* Substituted som 'GenericCall' with Action<>

* OnRequestWearables does no longer accept 'Client' as param, since it's always on the current client
* Fixed SendOwnWearables to always operate on self, as that's what it does
This commit is contained in:
lbsa71
2007-11-05 14:38:58 +00:00
parent 3aac47f769
commit f6c8c10d3f
4 changed files with 33 additions and 35 deletions

View File

@@ -158,7 +158,7 @@ namespace OpenSim.Region.ClientStack
case PacketType.AgentWearablesRequest:
if (OnRequestWearables != null)
{
OnRequestWearables(this);
OnRequestWearables( );
}
if (OnRequestAvatarsData != null)
{