Skip to content

Commit

Permalink
fix: actually remove side effects from updateCreatureByName
Browse files Browse the repository at this point in the history
  • Loading branch information
valentine195 authored May 14, 2023
1 parent bf6a995 commit cf8bf9f
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.current_max =
change.hp;
}
if (change.max) {
Expand Down

0 comments on commit cf8bf9f

Please sign in to comment.