fix: clear all build warnings and clean up review nits

This commit is contained in:
MatthewBeshay
2026-04-09 09:55:13 +10:00
parent aa515c5f3d
commit 81c2eb82f0
30 changed files with 88 additions and 98 deletions

View File

@@ -373,7 +373,8 @@ void MultiplayerLocalPlayer::setAndBroadcastCustomSkin(std::uint32_t skinId) {
LocalPlayer::setCustomSkin(skinId);
#if !defined(_CONTENT_PACKAGE)
printf("Skin for local player %s has changed to %s (%d)\n",
name.c_str(), customTextureUrl.c_str(), getPlayerDefaultSkin());
name.c_str(), customTextureUrl.c_str(),
static_cast<int>(getPlayerDefaultSkin()));
#endif
if (getCustomSkin() != oldSkinIndex)
connection->send(std::shared_ptr<TextureAndGeometryChangePacket>(