mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Attachment persistence (Mantis #1711)
Change user server to handle attachment assets record properly. Ensure that attachments are not re-rezzed on region crossing. Persistence will NOT WORK with earliser UGAI!! Change region server to match.
This commit is contained in:
@@ -165,10 +165,7 @@ namespace OpenSim.Framework
|
||||
|
||||
void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance);
|
||||
|
||||
|
||||
void AddAttachment(LLUUID user, LLUUID item);
|
||||
void RemoveAttachment(LLUUID user, LLUUID item);
|
||||
List<LLUUID> GetAttachments(LLUUID user);
|
||||
void ResetAttachments(LLUUID userID);
|
||||
}
|
||||
|
||||
public class UserDataInitialiser : PluginInitialiserBase
|
||||
|
||||
Reference in New Issue
Block a user