Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zeteticl committed Aug 28, 2021
1 parent c3bd5e9 commit 50f99ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ Hooks.on("chatMessage", (dialog, $element, targets) => {
if (!namelist) return;
switch (namelist.value) {
case 'userName':
targets.speaker.actor = null;
targets.speaker.token = null;
targets.speaker.alias = null;
break;
Expand Down
2 changes: 1 addition & 1 deletion module.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"authors": [],
"url": "https://github.com/hktrpg/foundryVTT-speak-as",
"flags": {},
"version": "1.0.1",
"version": "1.0.2",
"minimumCoreVersion": "0.8.9",
"compatibleCoreVersion": "0.8.9",
"scripts": [
Expand Down

0 comments on commit 50f99ea

Please sign in to comment.