Hi,
It appears that the Page constructor cannot handle certain special characters (such as '-') as 'modName'.
My mod (CVR-PlayTogether) has a dash in the name and Page can only be succesfully created if 'modName=CVRPlayTogether'.
Example steps to reproduce the issue:
- Have a mod with dash in the name
- Create root page:
_rootPage = new Page("CVR-PlayTogether", "Root Page", true)
Hi,
It appears that the Page constructor cannot handle certain special characters (such as '-') as 'modName'.
My mod (CVR-PlayTogether) has a dash in the name and Page can only be succesfully created if 'modName=CVRPlayTogether'.
Example steps to reproduce the issue:
_rootPage = new Page("CVR-PlayTogether", "Root Page", true)