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:
@@ -484,6 +484,9 @@ namespace mapgenerator
|
||||
}
|
||||
else
|
||||
{
|
||||
// Skip comments
|
||||
if (trimmedline.StartsWith("//")) continue;
|
||||
|
||||
// The packet header
|
||||
#region ParsePacketHeader
|
||||
|
||||
|
||||
Reference in New Issue
Block a user