Skip to content

Commit

Permalink
v2.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Saibot393 committed Jan 16, 2024
1 parent 03702b5 commit 444429b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "saibot"
}
],
"version": "2.17.3",
"version": "2.17.4",
"compatibility": {
"minimum": "10",
"verified": "11"
Expand Down Expand Up @@ -64,7 +64,7 @@
]
},
"url": "https://github.com/Saibot393/Rideable",
"download": "https://github.com/Saibot393/Rideable/archive/refs/tags/v2.17.3.zip",
"download": "https://github.com/Saibot393/Rideable/archive/refs/tags/v2.17.4.zip",
"manifest": "https://github.com/Saibot393/Rideable/releases/latest/download/module.json",
"readme": "https://github.com/Saibot393/Rideable/blob/main/README.md",
"changelog": "https://github.com/Saibot393/Rideable/blob/main/CHANGELOG.md",
Expand Down
2 changes: 1 addition & 1 deletion scripts/settings/RideableSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ Hooks.once("init", () => { // game.settings.get(cModuleName, "")
name: Translate("Settings.EnableFollowing.name"),
hint: Translate("Settings.EnableFollowing.descrp"),
scope: "world",
config: RideableCompUtils.isactiveModule(cRoutingLib),
config: true,
type: Boolean,
default: true,
requiresReload: true
Expand Down

0 comments on commit 444429b

Please sign in to comment.