mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-14 05:21:55 +00:00
Merge branch 'dev' into feat/restore-java-gui
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
#include "Platform/stdafx.h"
|
||||
#include "ClientConstants.h"
|
||||
|
||||
const std::wstring ClientConstants::VERSION_STRING = std::wstring(L"Minecraft Xbox ") + VER_FILEVERSION_STR_W + std::wstring(L" (4jcraft)");//+ 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;
|
||||
|
||||
Reference in New Issue
Block a user