Przeglądaj źródła

Fix missing comma

tags/0.0.4
bertieb 4 lat temu
rodzic
commit
0b6ab1c9c3
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      scripts/wallconvert.js

+ 1
- 1
scripts/wallconvert.js Wyświetl plik

@@ -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,


Ładowanie…
Anuluj
Zapisz