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