fixed release dedi setting debug settings.

This commit is contained in:
IcePixelx 2022-01-20 17:25:35 +01:00
parent 946148bf6e
commit 88534a4c7f

View File

@ -271,7 +271,7 @@ int main(int argc, char* argv[], char* envp[])
}
case eLaunchMode::LM_RELEASE_DEDI:
{
LaunchR5Apex(eLaunchMode::LM_DEBUG_DEDI, eLaunchState::LS_CHEATS);
LaunchR5Apex(eLaunchMode::LM_RELEASE_DEDI, eLaunchState::LS_CHEATS);
Sleep(2000);
return EXIT_SUCCESS;
}