mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-11 09:12:25 +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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (id)
|
|
||||||
this->id = id;
|
|
||||||
|
|
||||||
loadColourTable();
|
loadColourTable();
|
||||||
loadIcon();
|
loadIcon();
|
||||||
loadName(file);
|
loadName(file);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue