mirror of
https://github.com/opensim/opensim.git
synced 2026-05-19 06:25:44 +08:00
* 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:
@@ -158,7 +158,7 @@ namespace OpenSim.Region.ClientStack
|
||||
case PacketType.AgentWearablesRequest:
|
||||
if (OnRequestWearables != null)
|
||||
{
|
||||
OnRequestWearables(this);
|
||||
OnRequestWearables( );
|
||||
}
|
||||
if (OnRequestAvatarsData != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user