Avoid errors in parsing message template when comment is in the middle of the packet definition.

git-svn-id: http://libopenmetaverse.googlecode.com/svn/libopenmetaverse/trunk@3509 52acb1d6-8a22-11de-b505-999d5b087335
This commit is contained in:
Latif Khalifa
2011-05-11 09:49:03 +00:00
parent 3268079199
commit 24da152148

View File

@@ -484,6 +484,9 @@ namespace mapgenerator
}
else
{
// Skip comments
if (trimmedline.StartsWith("//")) continue;
// The packet header
#region ParsePacketHeader