From 0a286d4ddca22531839d3bce3f937b5cd93035ee Mon Sep 17 00:00:00 2001 From: Tropical <42101043+tropicaaal@users.noreply.github.com> Date: Mon, 9 Mar 2026 22:47:16 -0500 Subject: [PATCH] refactor: modify `ClientConstants::VERSION_STRING` to list 4jcraft Co-Authored-By: ffqq <36998498+realffqq@users.noreply.github.com> --- Minecraft.Client/ClientConstants.cpp | 2 +- Minecraft.Client/UI/Screens/TitleScreen.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Minecraft.Client/ClientConstants.cpp b/Minecraft.Client/ClientConstants.cpp index 55a7ab0ad..118497b6f 100644 --- a/Minecraft.Client/ClientConstants.cpp +++ b/Minecraft.Client/ClientConstants.cpp @@ -1,4 +1,4 @@ #include "Platform/stdafx.h" #include "ClientConstants.h" -const std::wstring ClientConstants::VERSION_STRING = std::wstring(L"Minecraft Xbox ") + VER_FILEVERSION_STR_W;//+ SharedConstants::VERSION_STRING; \ No newline at end of file +const std::wstring ClientConstants::VERSION_STRING = std::wstring(L"Minecraft Xbox ") + VER_FILEVERSION_STR_W + std::wstring(L" (4jcraft)");//+ SharedConstants::VERSION_STRING; \ No newline at end of file diff --git a/Minecraft.Client/UI/Screens/TitleScreen.cpp b/Minecraft.Client/UI/Screens/TitleScreen.cpp index e9948e408..4ec4e3893 100644 --- a/Minecraft.Client/UI/Screens/TitleScreen.cpp +++ b/Minecraft.Client/UI/Screens/TitleScreen.cpp @@ -21,7 +21,7 @@ TitleScreen::TitleScreen() vo = 0; multiplayerButton = NULL; - splash = L"4JCraft!"; + splash = L"missingno"; // try { // 4J - removed try/catch std::vector splashes;