Fix variable parsing in ruleset.

This commit is contained in:
2022-10-28 11:59:09 +08:00
parent adb25fda31
commit bd2e1747b7

View File

@@ -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();