mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
use UserProfileProperties instead of obsolete UserProfileData
This commit is contained in:
@@ -93,7 +93,7 @@ namespace OpenSim.Framework
|
||||
|
||||
public delegate void RequestAvatarProperties(IClientAPI remoteClient, UUID avatarID);
|
||||
|
||||
public delegate void UpdateAvatarProperties(IClientAPI remoteClient, UserProfileData ProfileData);
|
||||
public delegate void UpdateAvatarProperties(IClientAPI remoteClient, UserProfileProperties ProfileData);
|
||||
|
||||
public delegate void SetAlwaysRun(IClientAPI remoteClient, bool SetAlwaysRun);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user