remove toUpper
parent
4067bdc3c8
commit
a8e544765e
|
@ -85,7 +85,7 @@ namespace OpenSim.Modules.Appearance2Avatar
|
||||||
|
|
||||||
if(asset != null)
|
if(asset != null)
|
||||||
{
|
{
|
||||||
String _appearanceNotecard = new ASCIIEncoding().GetString(asset.Data).ToUpper();
|
String _appearanceNotecard = new ASCIIEncoding().GetString(asset.Data);
|
||||||
|
|
||||||
OSDMap appearanceOsd = (OSDMap)OSDParser.DeserializeLLSDXml(_appearanceNotecard);
|
OSDMap appearanceOsd = (OSDMap)OSDParser.DeserializeLLSDXml(_appearanceNotecard);
|
||||||
AvatarAppearance appearance = new AvatarAppearance();
|
AvatarAppearance appearance = new AvatarAppearance();
|
||||||
|
|
Loading…
Reference in New Issue