From bef236a1f1e436001d99507c62bf1ab431acc6b3 Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Sun, 22 Mar 2026 14:57:04 -0500 Subject: [PATCH] fix: unmatched brace in DLCSkinFile --- Minecraft.Client/Platform/Common/DLC/DLCSkinFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/Platform/Common/DLC/DLCSkinFile.cpp b/Minecraft.Client/Platform/Common/DLC/DLCSkinFile.cpp index 6ea61884f..2363fee0e 100644 --- a/Minecraft.Client/Platform/Common/DLC/DLCSkinFile.cpp +++ b/Minecraft.Client/Platform/Common/DLC/DLCSkinFile.cpp @@ -146,7 +146,7 @@ void DLCSkinFile::addParameter(DLCManager::EDLCParameterType type, #endif DWORD skinId = app.getSkinIdFromPath(m_path); app.SetAnimOverrideBitmask(skinId, m_uiAnimOverrideBitmask); - } break; + break; default: break; }