diff --git a/ddimport.js b/ddimport.js index e411637..991f3c2 100644 --- a/ddimport.js +++ b/ddimport.js @@ -133,7 +133,7 @@ class DDImporter { point1[0], point1[1], topoint1[0], - topoint1[1], + topoint1[1]] }); wallSet.push(wall.data) let wall = new Wall({ @@ -141,7 +141,7 @@ class DDImporter { point2[0], point2[1], topoint2[0], - topoint2[1], + topoint2[1]] }); wallSet.push(wall.data) } diff --git a/module.json b/module.json index f40a1d8..61d6748 100644 --- a/module.json +++ b/module.json @@ -15,6 +15,6 @@ "styles": ["./styles.css"], "packs": [], "minimumCoreVersion": "0.5.1", - "manifest": "https://raw.githubusercontent.com/m42e/FVTT-DD-Import/master/module.json", - "download": "https://github.com/m42e/FVTT-DD-Import/archive/master.zip" + "manifest": "https://gitea.d1v3.de/matthias/FVTT-DD-Import/raw/branch/master/module.json", + "download": "https://gitea.d1v3.de/matthias/FVTT-DD-Import/archive/master.zip" }