mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
Set svn:ignore. Minor formatting cleanup.
This commit is contained in:
@@ -74,7 +74,7 @@ namespace OpenSim.Data
|
||||
}
|
||||
public void UpdateUserAppearance(LLUUID user, AvatarAppearance appearance) {
|
||||
aplist[user] = appearance;
|
||||
m_log.Info("[APPEARANCE] Setting appearance for " + user.ToString() + appearance.ToString() );
|
||||
m_log.Info("[APPEARANCE] Setting appearance for " + user.ToString() + appearance.ToString());
|
||||
}
|
||||
public abstract void AddAttachment(LLUUID user, LLUUID item);
|
||||
public abstract void RemoveAttachment(LLUUID user, LLUUID item);
|
||||
|
||||
Reference in New Issue
Block a user