mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Remove Xbox from version string
This commit is contained in:
parent
c2da9e90f8
commit
76d45e40d0
|
|
@ -1,4 +1,4 @@
|
|||
#include "stdafx.h"
|
||||
#include "ClientConstants.h"
|
||||
|
||||
const wstring ClientConstants::VERSION_STRING = wstring(L"Minecraft Xbox ") + VER_FILEVERSION_STR_W;//+ SharedConstants::VERSION_STRING;
|
||||
const wstring ClientConstants::VERSION_STRING = wstring(L"Minecraft ") + VER_FILEVERSION_STR_W;//+ SharedConstants::VERSION_STRING;
|
||||
Loading…
Reference in a new issue