Skip to content

Commit fea02ea

Browse files
authored
Fix impulse tax being broken (#853)
2 parents 6e06580 + 87155c4 commit fea02ea

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)