mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Remove the mildly annoying watermark for people like me that find static text on screen to be a nuisance
6 lines
227 B
C++
6 lines
227 B
C++
#include "stdafx.h"
|
|
#include "ClientConstants.h"
|
|
|
|
const wstring ClientConstants::VERSION_STRING = {}; //remove version number watermark
|
|
const wstring ClientConstants::BRANCH_STRING = {}; //remove repo and branch name watermark
|