diff --git a/Minecraft.Client/Common/Media/MediaWindows64/skinHDWin.swf b/Minecraft.Client/Common/Media/MediaWindows64/skinHDWin.swf index d5ea35fd..494f4c62 100644 Binary files a/Minecraft.Client/Common/Media/MediaWindows64/skinHDWin.swf and b/Minecraft.Client/Common/Media/MediaWindows64/skinHDWin.swf differ diff --git a/Minecraft.Client/Gui.cpp b/Minecraft.Client/Gui.cpp index d318eb8b..6a42ed5a 100644 --- a/Minecraft.Client/Gui.cpp +++ b/Minecraft.Client/Gui.cpp @@ -1265,10 +1265,6 @@ void Gui::render(float a, bool mouseFree, int xMouse, int yMouse) } } } - else - { - lines.push_back(L"Target BlockState: " + std::to_wstring(st.value)); - } } } }