You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MTADiag/Diag.cpp
+12-14Lines changed: 12 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -67,9 +67,8 @@ void Diag::Begin ( void )
67
67
if ( bQuit )
68
68
{
69
69
std::cout << "Your Grand Theft Auto installation is missing one or more files." << std::endl << "Please reinstall GTA and see if MTA works then." << std::endl;
70
-
Cleanup(); // clean up any temporary files that might have been created
71
-
Log::Close(); // close the log file for writing
72
-
remove ( files[0].c_str() ); // remove the MTADiag log
70
+
Cleanup ( true ); // clean up any temporary files that might have been created
0 commit comments