This commit is contained in:
Cristian Deenen
2022-04-16 04:29:57 +02:00
parent e7e9b84227
commit 8cf974455a
12 changed files with 401 additions and 42 deletions

View File

@@ -79,6 +79,19 @@ export const registerSettings = async function() {
onChange: x => window.location.reload()
});
/**
* System override
*/
game.settings.register(MODULE.moduleName,'systemOverride', {
name: "MaterialDeck.Sett.SystemOverride",
hint: "MaterialDeck.Sett.SystemOverrideHint",
scope: "client",
config: true,
default: "",
type: String,
onChange: x => window.location.reload()
});
/**
* Sets the ip address of the server
*/