Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
MrVauxs committed Jan 2, 2024
1 parent cfa0803 commit fa3aaa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/summon/summon.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ async function summon(data) {
updates: _updates,
iteration: _iteration,
sourceData: data,
animated: false,
animated: data.noAnimation ?? false,
});
},
};
Expand Down

0 comments on commit fa3aaa7

Please sign in to comment.