File tree 4 files changed +4
-4
lines changed
src/systems/datapackCompiler
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ dir <%export_namespace%> {
122
122
function on_load {
123
123
IF (use_storage_for_animation) {
124
124
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 %>
126
126
}
127
127
<%animationStorage.join('\n')%>
128
128
}
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ dir <%export_namespace%> {
122
122
function on_load {
123
123
IF (use_storage_for_animation) {
124
124
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 %>
126
126
}
127
127
<%animationStorage.join('\n')%>
128
128
}
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ dir <%export_namespace%> {
122
122
function on_load {
123
123
IF (use_storage_for_animation) {
124
124
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 %>
126
126
}
127
127
<%animationStorage.join('\n')%>
128
128
}
Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ dir <%export_namespace%> {
122
122
function on_load {
123
123
IF (use_storage_for_animation) {
124
124
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 %>
126
126
}
127
127
<%animationStorage.join('\n')%>
128
128
}
You can’t perform that action at this time.
0 commit comments