mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Applying Ahzz's profile patch. Thanks Ahzz!
* Fixed a few bugs in the patch that are sim crashers. * There's still a bug in mySQL mode/ grid mode where the main userprofile text doesn't save.
This commit is contained in:
@@ -264,6 +264,8 @@ namespace OpenSim.Framework
|
||||
|
||||
public delegate void RequestAvatarProperties(IClientAPI remoteClient, LLUUID avatarID);
|
||||
|
||||
public delegate void UpdateAvatarProperties(IClientAPI remoteClient, UserProfileData ProfileData);
|
||||
|
||||
public delegate void SetAlwaysRun(IClientAPI remoteClient, bool SetAlwaysRun);
|
||||
|
||||
public delegate void GenericCall2();
|
||||
@@ -530,6 +532,7 @@ namespace OpenSim.Framework
|
||||
event MoneyTransferRequest OnMoneyTransferRequest;
|
||||
|
||||
event MoneyBalanceRequest OnMoneyBalanceRequest;
|
||||
event UpdateAvatarProperties OnUpdateAvatarProperties;
|
||||
|
||||
|
||||
LLVector3 StartPos { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user