File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/systems/datapackCompiler Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ dir <%export_namespace%> {
122122 function on_load {
123123 IF (use_storage_for_animation) {
124124 REPEAT (animations) as animation {
125- data remove storage aj.<%export_namespace%>:animations <%animation.storageSafeName %>
125+ data remove storage aj.<%export_namespace%>:animations <%animation.safe_name %>
126126 }
127127 <%animationStorage.join('\n')%>
128128 }
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ dir <%export_namespace%> {
122122 function on_load {
123123 IF (use_storage_for_animation) {
124124 REPEAT (animations) as animation {
125- data remove storage aj.<%export_namespace%>:animations <%animation.storageSafeName %>
125+ data remove storage aj.<%export_namespace%>:animations <%animation.safe_name %>
126126 }
127127 <%animationStorage.join('\n')%>
128128 }
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ dir <%export_namespace%> {
122122 function on_load {
123123 IF (use_storage_for_animation) {
124124 REPEAT (animations) as animation {
125- data remove storage aj.<%export_namespace%>:animations <%animation.storageSafeName %>
125+ data remove storage aj.<%export_namespace%>:animations <%animation.safe_name %>
126126 }
127127 <%animationStorage.join('\n')%>
128128 }
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ dir <%export_namespace%> {
122122 function on_load {
123123 IF (use_storage_for_animation) {
124124 REPEAT (animations) as animation {
125- data remove storage aj.<%export_namespace%>:animations <%animation.storageSafeName %>
125+ data remove storage aj.<%export_namespace%>:animations <%animation.safe_name %>
126126 }
127127 <%animationStorage.join('\n')%>
128128 }
You can’t perform that action at this time.
0 commit comments