* Adds Variant to MapLayerMessage for making the actual Request

* Fixes Decoder exception being thrown due to duplicate message events for AgentData.Flags being used multiple places in the message template but having different underlying types.

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3221 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Jim Radford
2009-11-09 07:25:10 +00:00
parent 750783900a
commit cd45234e7d
2 changed files with 74 additions and 8 deletions

View File

@@ -119,7 +119,7 @@ namespace OpenMetaverse.Messages
}
catch (Exception e)
{
Logger.Log("Exception while tring to Deserialize " + eventName + ":" + e.Message + ": " + e.StackTrace, Helpers.LogLevel.Error);
Logger.Log("Exception while tring to Deserialize " + eventName + ":" + e.Message + ": " + e.StackTrace, Helpers.LogLevel.Error);
}
return null;