mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-26 02:15:38 +00:00
Merge pull request #215 from 4jcraft/dev
just merging all of the dev branch stuff into the java gui branch
This commit is contained in:
@@ -1164,12 +1164,12 @@ void LocalPlayer::onCrafted(std::shared_ptr<ItemInstance> item)
|
||||
}
|
||||
}
|
||||
|
||||
void LocalPlayer::setAndBroadcastCustomSkin(DWORD skinId)
|
||||
void LocalPlayer::setAndBroadcastCustomSkin(std::uint32_t skinId)
|
||||
{
|
||||
setCustomSkin(skinId);
|
||||
}
|
||||
|
||||
void LocalPlayer::setAndBroadcastCustomCape(DWORD capeId)
|
||||
void LocalPlayer::setAndBroadcastCustomCape(std::uint32_t capeId)
|
||||
{
|
||||
setCustomCape(capeId);
|
||||
}
|
||||
@@ -1638,4 +1638,3 @@ void LocalPlayer::SetPlayerAdditionalModelParts(std::vector<ModelPart *>pAdditio
|
||||
{
|
||||
m_pAdditionalModelParts=pAdditionalModelParts;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user