From 97896ff33e52d7f73f6a00eefcf8d15c82d059bf Mon Sep 17 00:00:00 2001 From: Cath0deGayTube <142873403+Cath0deGayTube@users.noreply.github.com> Date: Mon, 9 Mar 2026 21:04:42 -0700 Subject: [PATCH] Update ClientConstants.cpp Remove the mildly annoying watermark for people like me that find static text on screen to be a nuisance --- Minecraft.Client/ClientConstants.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Minecraft.Client/ClientConstants.cpp b/Minecraft.Client/ClientConstants.cpp index d1d80aa9e..6d19a7312 100644 --- a/Minecraft.Client/ClientConstants.cpp +++ b/Minecraft.Client/ClientConstants.cpp @@ -1,5 +1,5 @@ #include "stdafx.h" #include "ClientConstants.h" -const wstring ClientConstants::VERSION_STRING = wstring(L"Minecraft LCE ") + VER_FILEVERSION_STR_W;//+ SharedConstants::VERSION_STRING; -const wstring ClientConstants::BRANCH_STRING = VER_BRANCHVERSION_STR_W; +const wstring ClientConstants::VERSION_STRING = {}; //remove version number watermark +const wstring ClientConstants::BRANCH_STRING = {}; //remove repo and branch name watermark