Closed CodeWringer closed 2 years ago
The game settings might be usable for this:
game.settings.register("wod", "worldVersion", { name: "World Version", hint: "Used to know if World patch is needed", scope: "world", config: true, default: "1", type: String, });
The game settings might be usable for this: