Skip to content

Commit

Permalink
stupid idea
Browse files Browse the repository at this point in the history
  • Loading branch information
3vorp committed Jul 21, 2023
1 parent 5abef3e commit 0710605
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/helpers/functions/missing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ export const compute = async (
(texture) =>
!texturesDefault.includes(texture) &&
!texture.endsWith("huge_chungus.png") &&
!editionFilter.includes(texture) &&
(texture.replace(/\\/g, "/").startsWith("/assets/minecraft/textures") ||
texture.replace(/\\/g, "/").startsWith("/assets/realms") ||
texture.replace(/\\/g, "/").startsWith("/textures")),
Expand Down

0 comments on commit 0710605

Please sign in to comment.