actually fix 19.20 the last one was 21.10 fixed

This commit is contained in:
Gray
2025-07-19 20:41:20 -04:00
parent 6e9e18b762
commit 498e74aead
3 changed files with 6 additions and 6 deletions

View File

@@ -943,7 +943,7 @@ DWORD WINAPI Main(LPVOID)
bEnableRebooting = Addresses::RebootingDelegate && Addresses::FinishResurrection && Addresses::GetSquadIdForCurrentPlayer && false;
#if CLIENT_ONLY // CONSOLE ONLY (FOR CLIENT)
#ifdef CLIENT_ONLY // CONSOLE ONLY (FOR CLIENT)
SetConsoleTitleA("Console");
// Spawn Console unreal engine Gameviewport
@@ -954,7 +954,7 @@ DWORD WINAPI Main(LPVOID)
auto ViewportConsolePtr = GameViewport->GetPtr("ViewportConsole");
*ViewportConsolePtr = UGameplayStatics::SpawnObject(FindObject<UClass>(L"/Script/Engine.Console"), GameViewport);
nPnn
return 0;
#endif