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: Client/loader/MainFunctions.cpp
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -785,7 +785,7 @@ void CheckDataFiles(void)
785
785
}
786
786
}
787
787
788
-
if (FileSize(PathJoin(strMTASAPath, "MTA", "bass.dll")) != 0x0001A440)
788
+
if (FileSize(PathJoin(strMTASAPath, "MTA", "bass.dll")) != 0x0001E69C)
789
789
{
790
790
DisplayErrorMessageBox(_("Load failed. Please ensure that the latest data files have been installed correctly."), _E("CL17"), "mta-datafiles-missing");
0 commit comments