Disabled debug text

This commit is contained in:
NSDeathman 2026-03-12 22:17:01 +03:00
parent 864f980550
commit 1c28f2a8e8

View file

@ -872,8 +872,8 @@ void Gui::render(float a, bool mouseFree, int xMouse, int yMouse)
vector<wstring> 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);