Removed debug code from the previous commit.
git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3588 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
@@ -170,11 +170,6 @@ namespace OpenMetaverse.Packets
|
||||
{
|
||||
Type fieldType = field.FieldType;
|
||||
|
||||
if (field.Name.EndsWith("Mask"))
|
||||
{
|
||||
int foo = 1;
|
||||
}
|
||||
|
||||
if (fieldType == typeof(ulong))
|
||||
{
|
||||
// ulongs come in as a byte array, convert it manually here
|
||||
|
||||
Reference in New Issue
Block a user