v10 release

This commit is contained in:
2022-09-12 21:05:44 +02:00
parent a5b784ac03
commit 96b49682c9
21 changed files with 78 additions and 76 deletions

View File

@ -25,8 +25,8 @@ const vo_conditions = {
Hooks.once('init', () => {
// Check various settings in the installation
game.modules.forEach((module, name) => {
if ( name == "wfrp4e-core" && module.active) {
game.modules.forEach((module, id) => {
if ( id == "wfrp4e-core" && module.active) {
compmod = "wfrp4e-core";
}
} );