mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-27 09:26:47 +00:00
Id is already set by base class no need for this
This commit is contained in:
parent
dbba7bc2a5
commit
077a60ef89
|
|
@ -11,9 +11,6 @@ FileTexturePack::FileTexturePack(DWORD id, File *file, TexturePack *fallback) :
|
|||
return;
|
||||
}
|
||||
|
||||
if (id)
|
||||
this->id = id;
|
||||
|
||||
loadColourTable();
|
||||
loadIcon();
|
||||
loadName(file);
|
||||
|
|
|
|||
Loading…
Reference in a new issue