mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
fixed release dedi setting debug settings.
This commit is contained in:
parent
946148bf6e
commit
88534a4c7f
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user