mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Several more buglets removed.
This commit is contained in:
@@ -196,10 +196,9 @@ namespace OpenSim.Region.CoreModules.Avatar.AvatarFactory
|
||||
|
||||
public void UpdateDatabase(UUID user, AvatarAppearance appearance)
|
||||
{
|
||||
m_log.DebugFormat("[APPEARANCE]: UpdateDatabase");
|
||||
//m_log.DebugFormat("[APPEARANCE]: UpdateDatabase");
|
||||
AvatarData adata = new AvatarData(appearance);
|
||||
m_scene.AvatarService.SetAvatar(user, adata);
|
||||
|
||||
}
|
||||
|
||||
private static byte[] GetDefaultVisualParams()
|
||||
|
||||
Reference in New Issue
Block a user