Skip to content

Commit

Permalink
Fixed data files check
Browse files Browse the repository at this point in the history
  • Loading branch information
ccw808 committed Jul 10, 2018
1 parent f256278 commit d04b1e6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Client/loader/MainFunctions.cpp
Expand Up @@ -785,12 +785,6 @@ void CheckDataFiles(void)
}
}

if (FileSize(PathJoin(strMTASAPath, "MTA", "bass.dll")) != 0x0001E69C)
{
DisplayErrorMessageBox(_("Load failed. Please ensure that the latest data files have been installed correctly."), _E("CL17"), "mta-datafiles-missing");
return ExitProcess(EXIT_ERROR);
}

// Check for client file
if (!FileExists(PathJoin(strMTASAPath, CHECK_DM_CLIENT_NAME)))
{
Expand Down

0 comments on commit d04b1e6

Please sign in to comment.