From 077a60ef8953a78d5a922fcdb88cb5d2bdddd84a Mon Sep 17 00:00:00 2001 From: Soggy_Pancake <54160598+Soggy-Pancake@users.noreply.github.com> Date: Sat, 21 Mar 2026 22:21:00 -0700 Subject: [PATCH] Id is already set by base class no need for this --- Minecraft.Client/FileTexturePack.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/Minecraft.Client/FileTexturePack.cpp b/Minecraft.Client/FileTexturePack.cpp index 7f260d1d3..4c2a08067 100644 --- a/Minecraft.Client/FileTexturePack.cpp +++ b/Minecraft.Client/FileTexturePack.cpp @@ -11,9 +11,6 @@ FileTexturePack::FileTexturePack(DWORD id, File *file, TexturePack *fallback) : return; } - if (id) - this->id = id; - loadColourTable(); loadIcon(); loadName(file);