From 3e75c64ece0527dec384829dc28dd2c9d3ce5370 Mon Sep 17 00:00:00 2001 From: Rim Date: Wed, 6 Dec 2023 17:44:25 -0500 Subject: [PATCH] Remove branding --- src/client/component/branding.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/component/branding.cpp b/src/client/component/branding.cpp index 5dbbd2ca..89006959 100644 --- a/src/client/component/branding.cpp +++ b/src/client/component/branding.cpp @@ -21,7 +21,7 @@ namespace branding const auto* font = reinterpret_cast(0x141CAC8E0_g)(); if (!font) return; - game::R_AddCmdDrawText("T7x: " VERSION, std::numeric_limits::max(), font, static_cast(x), + game::R_AddCmdDrawText("", std::numeric_limits::max(), font, static_cast(x), y + static_cast(font[2]) * scale, scale, scale, 0.0f, color, game::ITEM_TEXTSTYLE_NORMAL); }