Don't show duplicate textures in bedrock loader

This commit is contained in:
JannisX11 2021-02-17 17:34:09 +01:00
parent cb3a1247b9
commit 38ead3b3ed

View File

@ -77,7 +77,7 @@ window.BedrockEntityManager = {
path+'.tga'
])
if (path) {
valid_textures_list.push(path);
valid_textures_list.safePush(path);
}
}
}