Pfad ersetzt

This commit is contained in:
2025-05-07 16:23:45 +02:00
parent d8e7de7e10
commit dcd48348c2
3 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -221,7 +221,7 @@ Hooks.once('init', () => {
if (game.babele !== 'undefined') {
game.babele.register({
module: 'wh4-fr-translation',
module: 'wh4-de-translation',
lang: 'de',
dir: 'compendium'
},
@@ -684,7 +684,7 @@ Hooks.once('ready', () => {
import("https://www.uberwald.me/fvtt_appcount/count-class-ready.js").then(moduleCounter => {
console.log("ClassCounter loaded", moduleCounter)
moduleCounter.ClassCounter.registerUsageCount("wh4-fr-translation")
moduleCounter.ClassCounter.registerUsageCount("wh4-de-translation")
}).catch(err =>
console.log("No stats available, giving up.")
)