2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-07-04 08:29:33 +03:00

Fixed locking issue with lang files

This commit is contained in:
David Anderson 2004-09-17 01:59:27 +00:00
parent c0374c5fe5
commit 26349730e5

@ -1084,6 +1084,7 @@ int CLangMngr::MergeDefinitionFile(const char *file)
{
MergeDefinitions(language, Defq);
}
fclose(fp);
return 1;
}