Skip to content

Commit 87155c4

Browse files
vgskyeAlwinfy
authored andcommitted
Fix impulse tax being broken
fixes #821
1 parent 6e06580 commit 87155c4

File tree

1 file changed

+1
-0
lines changed
  • Common/src/main/java/at/petrak/hexcasting/api/casting/eval/vm

1 file changed

+1
-0
lines changed

Common/src/main/java/at/petrak/hexcasting/api/casting/eval/vm/CastingImage.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ data class CastingImage private constructor(
134134
true
135135
} else {
136136
marked.putBoolean(entity.stringUUID, true)
137+
userData.putCompound(HexAPI.MARKED_MOVED_USERDATA, marked)
137138
false
138139
}
139140
}

0 commit comments

Comments
 (0)