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);