feat: Add LceLive Invites functionality and UI integration

This commit is contained in:
veroxsity
2026-04-17 00:52:37 +01:00
parent e93d57b2bc
commit d57816bff3
12 changed files with 516 additions and 2 deletions

View File

@@ -1064,8 +1064,8 @@ void Gui::render(float a, bool mouseFree, int xMouse, int yMouse)
vector<wstring> lines;
// Only show version/branch for player 0 to avoid cluttering each splitscreen viewport
if (iPad == 0)
// Only show version/branch when debug overlay (F3) is active, and only for player 0.
if (minecraft->options->renderDebug && iPad == 0)
{
lines.push_back(ClientConstants::VERSION_STRING);
lines.push_back(ClientConstants::BRANCH_STRING);