Skip to content

Commit

Permalink
Fixed server crash when directory permissions are incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
ccw808 committed Jul 21, 2015
1 parent 2863669 commit 115f140
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MTA10_Server/core/Server.cpp
Expand Up @@ -35,7 +35,9 @@ MTAEXPORT int Run ( int iArgumentCount, char* szArguments [] )
}
}

SharedUtil_Tests ();
#if defined(_DEBUG)
SharedUtil_Tests ();
#endif

#ifdef WIN32
// Disable critical error message boxes
Expand Down

0 comments on commit 115f140

Please sign in to comment.