forked from public/foundryvtt-wh4-lang-fr-fr
Fix actor auto-patch for babele
This commit is contained in:
@ -296,9 +296,8 @@ const __add_actors_translation = () => {
|
||||
"entries": [
|
||||
]
|
||||
}
|
||||
game.babele.packs.set(metadata, new TranslatedCompendium(metadata, translations));
|
||||
//newpack = new TranslatedCompendium(pack, translations);
|
||||
//console.log("Actor compendium has been replaced !!!!", pack.metadata.name);
|
||||
//console.log(metadata, translations)
|
||||
game.babele.packs.set(metadata.metadata.id, new TranslatedCompendium(metadata.metadata, translations))
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user