Closed trentgill closed 5 years ago
Before this PR, if you try and set a variable called p, q or h, the parser would treat it as if you were calling the special druid commands. this solves this issue so that the letter's must be the only text entered.
p
q
h
Before this PR, if you try and set a variable called
p
,q
orh
, the parser would treat it as if you were calling the special druid commands. this solves this issue so that the letter's must be the only text entered.