Remove Xbox from version string

This commit is contained in:
hindercanrun 2026-03-05 17:35:51 +08:00
parent c2da9e90f8
commit 76d45e40d0

View file

@ -1,4 +1,4 @@
#include "stdafx.h" #include "stdafx.h"
#include "ClientConstants.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;