Update the movement tracking flags in the GM client, becauase the user isn't allowed to modify them

This commit is contained in:
Manuel Vögele
2021-04-14 15:40:59 +02:00
parent 9787a41fd1
commit f7683e8945
3 changed files with 28 additions and 2 deletions
+9 -1
View File
@@ -13,7 +13,8 @@
}
],
"esmodules": [
"src/main.js"
"src/main.js",
"src/socket.js"
],
"templates": [
"speed_provider_settings.html"
@@ -40,6 +41,13 @@
"path": "lang/zh-tw.json"
}
],
"dependencies": [
{
"name": "socketlib",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-socketlib/master/module.json"
}
],
"socket": true,
"url": "https://github.com/manuelVo/foundryvtt-drag-ruler",
"download": "https://github.com/manuelVo/foundryvtt-drag-ruler/archive/v1.4.6.zip",
"manifest": "https://raw.githubusercontent.com/manuelVo/foundryvtt-drag-ruler/master/module.json",