From 1c28f2a8e8bdbcbe5df3848cab8f334e3ddb7430 Mon Sep 17 00:00:00 2001 From: NSDeathman Date: Thu, 12 Mar 2026 22:17:01 +0300 Subject: [PATCH] Disabled debug text --- Minecraft.Client/Gui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Minecraft.Client/Gui.cpp b/Minecraft.Client/Gui.cpp index 5ec0fd6a7..2266c7ac0 100644 --- a/Minecraft.Client/Gui.cpp +++ b/Minecraft.Client/Gui.cpp @@ -872,8 +872,8 @@ void Gui::render(float a, bool mouseFree, int xMouse, int yMouse) vector lines; - lines.push_back(ClientConstants::VERSION_STRING); - lines.push_back(ClientConstants::BRANCH_STRING); + //lines.push_back(ClientConstants::VERSION_STRING); + //lines.push_back(ClientConstants::BRANCH_STRING); if (minecraft->options->renderDebug && minecraft->player != nullptr && minecraft->level != nullptr) { lines.push_back(minecraft->fpsString);