refactor: modify ClientConstants::VERSION_STRING to list 4jcraft

Co-Authored-By: ffqq <36998498+realffqq@users.noreply.github.com>
This commit is contained in:
Tropical 2026-03-09 22:47:16 -05:00
parent 48f31b3e8f
commit 0a286d4ddc
2 changed files with 2 additions and 2 deletions

View file

@ -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;
const std::wstring ClientConstants::VERSION_STRING = std::wstring(L"Minecraft Xbox ") + VER_FILEVERSION_STR_W + std::wstring(L" (4jcraft)");//+ SharedConstants::VERSION_STRING;

View file

@ -21,7 +21,7 @@ TitleScreen::TitleScreen()
vo = 0;
multiplayerButton = NULL;
splash = L"4JCraft!";
splash = L"missingno";
// try { // 4J - removed try/catch
std::vector<std::wstring> splashes;