STBaf / NotYourTurn

A Foundry VTT module that prevents tokens from moving when it's not their turn in combat.
7 stars 3 forks source link

Restore compatibility with Foundry v9 #21

Closed STBaf closed 2 years ago

STBaf commented 2 years ago

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

STBaf commented 2 years ago

Cancle pull request - Module settings are editable for everyone :(