Update code for Foundry 9

This commit is contained in:
2022-01-05 11:49:14 +01:00
parent cf3cbb892c
commit 3dbaf84db3
7 changed files with 30 additions and 17 deletions

View File

@@ -30,14 +30,6 @@ export function registerSettings() {
default: false,
onChange: reloadGM,
})
game.settings.register(settingsKey, "toggleSecretDoors", {
name: "smart-doors.settings.toggleSecretDoors.name",
hint: "smart-doors.settings.toggleSecretDoors.hint",
scope: "world",
config: true,
type: Boolean,
default: true,
})
game.settings.register(settingsKey, "lockedDoorAlert", {
name: "smart-doors.settings.lockedDoorAlert.name",
hint: "smart-doors.settings.lockedDoorAlert.hint",