Prepare for v10

This commit is contained in:
2022-04-30 19:15:55 +02:00
parent 87998801e3
commit f64928858c
9 changed files with 213 additions and 227 deletions

View File

@ -225,6 +225,7 @@ function registerUsageCount( registerKey ) {
name: "Unique world key",
scope: "world",
config: false,
value: "EMPTY",
type: String
});
@ -268,7 +269,7 @@ Hooks.once("ready", async function () {
}
if (Misc.isUniqueConnectedGM()) {
messageDeBienvenue();
registerUsageCount( SYSTEM_RDD );
registerUsageCount( SYSTEM_RDD )
}
});