Skip to content

Commit 248357a

Browse files
committed
🛠️ Fix #197
1 parent 9cbbac0 commit 248357a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/animated_java.mcb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dir global {
5252
dir remove {
5353
# Removes all instances of all rigs from the world.
5454
function everything {
55-
kill @e[type=item_display,tag=aj.rig_entity]
55+
kill @e[tag=<%TAGS.GLOBAL_RIG()%>]
5656
}
5757
}
5858

0 commit comments

Comments
 (0)