mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
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:
parent
8d0fac935d
commit
97896ff33e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue