Quickfix to restore functionality of Not your turn in Foundry v9 due to API changes.
Removes little code for checks if version higher then actual (was 0.8.6) and earlier foundry versions and limited this in module.json by requieredCoreVersion tag.
Increased version number of module to 1.2.0 from 1.1.5.
Resolves #20
Original git commit note:
Restore compatibility with Foundry v9
Remove module internal compatibility checks and set to minimum core v9 in module.json
Quickfix to restore functionality of Not your turn in Foundry v9 due to API changes. Removes little code for checks if version higher then actual (was 0.8.6) and earlier foundry versions and limited this in module.json by requieredCoreVersion tag. Increased version number of module to 1.2.0 from 1.1.5.
Resolves #20
Original git commit note: Restore compatibility with Foundry v9 Remove module internal compatibility checks and set to minimum core v9 in module.json