Skip to content

Commit f14e38e

Browse files
committed
🛠️ Fix instant outdated message issue
- Fixed outdated rig warning messages showing up before loading was completed, causing rigs that were killed in the first tick to complain about being outdated.
1 parent 25c7005 commit f14e38e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/systems/datapackCompiler/animation.mcb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ dir <%export_namespace%> {
126126
}
127127
<%animationStorage.join('\n')%>
128128
}
129-
execute as @e[type=item_display,tag=<%TAGS.PROJECT_ROOT(export_namespace)%>] \
130-
unless score @s <%OBJECTIVES.IS_RIG_LOADED()%> matches 1 at @s run \
131-
function *<%export_namespace%>/root/on_load
132129
}
133130

134131
dir root {

0 commit comments

Comments
 (0)