Closed EndlesNights closed 8 months ago
Will this change make this module incompatible with older versions of 4e?
If so, is there a way to check the version of the system, and set the names with a variable?
Yes this will brake support for older versions.
You can check the system version at game.system.version
and we can use the helper function isNewerVersion( currentVersion, VersionToCheck)
to check. I'll set up a new commit in a moment that checks the versions.
Give that a quick try, and it should work.
Checked it out, and it looks good. Thank you for fixing this!
Sorry I accidently broke support for your module with the last patch, where I changed some name spaces around to remove the word Beta when I changed
dnd4eBeta
todnd4e
andDND4EBETA
toDND4E
.Just a pull request that fixes the brake as of the Foundry DnD4e System update v0.4.44.