Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
4m2c4bl3 committed Aug 18, 2024
1 parent 91bed7b commit 59c44f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions alwaysmp.js
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ Hooks.on("getSceneControlButtons", (controls) => {
if (setting("show-option-mp") == 'toggle' && (setting("load-option") == 'everyone' || (setting("load-option") == 'gm' == game.user.isGM))) {
let tokenControls = controls.find(control => control.name === "token")
tokenControls.tools.push({
name: "toggledialog",
name: "toggledialog-mp",
title: "ALWAYSHP.toggledialog-mp",
icon: "fas fa-car-battery",
toggle: true,
Expand All @@ -479,4 +479,4 @@ Hooks.on("getSceneControlButtons", (controls) => {
}
});
}
});
});
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
],
"esmodules": [
"alwayshp.js",
"alwaysmp.mjs"
"alwaysmp.js"
],
"styles": [
"css/alwayshp.css"
Expand Down

0 comments on commit 59c44f8

Please sign in to comment.