diff --git a/js/io/formats/bedrock.js b/js/io/formats/bedrock.js index a2d5122c..95888069 100644 --- a/js/io/formats/bedrock.js +++ b/js/io/formats/bedrock.js @@ -77,7 +77,7 @@ window.BedrockEntityManager = { path+'.tga' ]) if (path) { - valid_textures_list.push(path); + valid_textures_list.safePush(path); } } }