Class/Race tags don't work with spaces
silvann opened this issue ยท 3 comments
Class/Race tags don't work with spaces, because the non-localized versions are token strings with no spaces. (reported by crakerhead22)
We should change the parser code to delete any space chars, before comparing the strings.
Done, in the pull request here:
#291