From 76d45e40d06f04cbb0c5caeaa7b26f5d90e61cab Mon Sep 17 00:00:00 2001 From: hindercanrun <109132519+meowica@users.noreply.github.com> Date: Thu, 5 Mar 2026 17:35:51 +0800 Subject: [PATCH] Remove Xbox from version string --- Minecraft.Client/ClientConstants.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/ClientConstants.cpp b/Minecraft.Client/ClientConstants.cpp index 41c4b1250..a7255113f 100644 --- a/Minecraft.Client/ClientConstants.cpp +++ b/Minecraft.Client/ClientConstants.cpp @@ -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; \ No newline at end of file +const wstring ClientConstants::VERSION_STRING = wstring(L"Minecraft ") + VER_FILEVERSION_STR_W;//+ SharedConstants::VERSION_STRING; \ No newline at end of file