From 985c213b27bc37e1e59ba5aa165e7403e8edeebd Mon Sep 17 00:00:00 2001 From: /home/neo <158327205+neoapps-dev@users.noreply.github.com> Date: Sat, 2 May 2026 22:02:56 +0300 Subject: [PATCH] feat: change title to Minecraft: neoLegacy (#56) --- Minecraft.Client/Windows64/Windows64_Minecraft.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Minecraft.Client/Windows64/Windows64_Minecraft.cpp b/Minecraft.Client/Windows64/Windows64_Minecraft.cpp index 809c64e3..29986a85 100644 --- a/Minecraft.Client/Windows64/Windows64_Minecraft.cpp +++ b/Minecraft.Client/Windows64/Windows64_Minecraft.cpp @@ -803,7 +803,7 @@ BOOL InitInstance(HINSTANCE hInstance, int nCmdShow) AdjustWindowRect(&wr, WS_OVERLAPPEDWINDOW, FALSE); // adjust the size g_hWnd = CreateWindowW( L"MinecraftClass", - L"Minecraft", + L"Minecraft: neoLegacy", WS_OVERLAPPEDWINDOW, CW_USEDEFAULT, 0,