Skip to content

Commit

Permalink
fix: updateCreatureByName no longer has side effects
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 authored May 14, 2023
1 parent 7908847 commit a327221
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tracker/stores/tracker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ function createTracker() {
if (creature) {
if (!isNaN(Number(change.hp))) {
creature.hp =
creature.max =
creature.current_max =
change.hp;
}
Expand Down

0 comments on commit a327221

Please sign in to comment.