Fix variable parsing in ruleset.
This commit is contained in:
@@ -19,7 +19,6 @@ namespace Cryville.Crtr {
|
|||||||
case '@':
|
case '@':
|
||||||
GetChar();
|
GetChar();
|
||||||
a.Add(GetIdentifier());
|
a.Add(GetIdentifier());
|
||||||
key = null;
|
|
||||||
break;
|
break;
|
||||||
case '$':
|
case '$':
|
||||||
GetChar();
|
GetChar();
|
||||||
|
Reference in New Issue
Block a user