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

@@ -2375,7 +2375,7 @@ void ClientConnection::handleTextureChange(
#if !defined(_CONTENT_PACKAGE)
printf("Skin for remote player %s has changed to %s (%d)\n",
player->name.c_str(), player->customTextureUrl.c_str(),
player->getPlayerDefaultSkin());
static_cast<int>(player->getPlayerDefaultSkin()));
#endif
break;
case TextureChangePacket::e_TextureChange_Cape:
@@ -2431,7 +2431,7 @@ void ClientConnection::handleTextureAndGeometryChange(
#if !defined(_CONTENT_PACKAGE)
printf("Skin for remote player %s has changed to %s (%d)\n",
player->name.c_str(), player->customTextureUrl.c_str(),
player->getPlayerDefaultSkin());
static_cast<int>(player->getPlayerDefaultSkin()));
#endif
if (!packet->path.empty() &&