Update ClientConstants.cpp

Remove the mildly annoying watermark for people like me that find static text on screen to be a nuisance
This commit is contained in:
Cath0deGayTube 2026-03-09 21:04:42 -07:00 committed by GitHub
parent 8d0fac935d
commit 97896ff33e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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