Skip to content

Commit

Permalink
Fix impulse tax being broken
Browse files Browse the repository at this point in the history
  • Loading branch information
vgskye committed Feb 13, 2025
1 parent ef2cd28 commit 438b1b5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ data class CastingImage private constructor(
true
} else {
marked.putBoolean(entity.stringUUID, true)
userData.putCompound(HexAPI.MARKED_MOVED_USERDATA, marked)
false
}
}
Expand Down

0 comments on commit 438b1b5

Please sign in to comment.