Compatibility update for l5r5e-custom-compendiums

This commit is contained in:
Vlyan
2021-08-23 11:01:39 +02:00
parent a1dd8d6d75
commit 786d8fb7e4
3 changed files with 9 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ export default class HooksL5r5e {
// Embed Babele compendiums
if (
typeof Babele !== "undefined" &&
Babele.get().modules.every((module) => module.lang !== "fr" || module.module !== "l5r5e-dev")
Babele.get().modules.every((module) => module.lang !== "fr" || module.module !== "l5r5e-custom-compendiums")
) {
Babele.get().register({
module: "../systems/l5r5e", // babele only accept modules, so... well :D