Browse Source

Fix missing comma

tags/0.0.4
bertieb 3 years ago
parent
commit
0b6ab1c9c3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/wallconvert.js

+ 1
- 1
scripts/wallconvert.js View File

@@ -10,7 +10,7 @@ MODULENAME = "foundry-walls-to-drawing";
/**
* Set up configuration options
* */
Hooks.on("init" () => {
Hooks.on("init", () => {
game.settings.register(MODULENAME, "cvWallColour", {
name: "Converted Wall Colour",
default: WALLCOLOUR,


Loading…
Cancel
Save