Don't show duplicate textures in bedrock loader
This commit is contained in:
parent
cb3a1247b9
commit
38ead3b3ed
@ -77,7 +77,7 @@ window.BedrockEntityManager = {
|
|||||||
path+'.tga'
|
path+'.tga'
|
||||||
])
|
])
|
||||||
if (path) {
|
if (path) {
|
||||||
valid_textures_list.push(path);
|
valid_textures_list.safePush(path);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user