Skip to content

Commit

Permalink
2.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs committed Dec 16, 2022
1 parent 4e0a2df commit c905146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/pf2e-animation-macros.js
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ pf2eAnimations.askGMforSummon = async function askGMforSummon(args) {
callback: async () => {
if (args.options && args.updates && args.updates.token) args.updates.token.actorData = { ownership: { [args.userId]: 3 } };

args.updates?.actor?.token = args.updates.token;
if (args?.updates?.actor?.token) args.updates.actor.token = args.updates.token;
args.location = template;

pf2eAnimations.debug("Summoning...", args)
Expand Down

0 comments on commit c905146

Please sign in to comment.