mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
use osutf8 on some http headers parse
This commit is contained in:
@@ -775,7 +775,7 @@ namespace OpenSim.Framework
|
||||
// packed_appearence should contain all appearance information
|
||||
if (args.TryGetValue("packed_appearance", out tmp) && tmp is OSDMap)
|
||||
{
|
||||
m_log.WarnFormat("[CHILDAGENTDATAUPDATE] got packed appearance");
|
||||
//m_log.WarnFormat("[CHILDAGENTDATAUPDATE] got packed appearance");
|
||||
Appearance = new AvatarAppearance((OSDMap)tmp);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user