Skip to content

Commit 0a0617b

Browse files
committed
🛠️ Remove debug commands
1 parent af5e9e3 commit 0a0617b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/systems/datapackCompiler/animation.mcb

-2
Original file line numberDiff line numberDiff line change
@@ -232,9 +232,7 @@ dir <%export_namespace%> {
232232
tag @s add <%TAGS.ANIMATION_PLAYING(export_namespace, animation.safe_name)%>
233233
scoreboard players set @s <%OBJECTIVES.FRAME(animation.safe_name)%> 0
234234
tag @s add <%TAGS.TRANSFORMS_ONLY()%>
235-
say pre
236235
execute at @s run function ./zzz/set_frame {frame: 0}
237-
say post
238236
tag @s remove <%TAGS.TRANSFORMS_ONLY()%>
239237
}
240238
function stop {

0 commit comments

Comments
 (0)