mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 06:15:37 +03:00
Fixed locking issue with lang files
This commit is contained in:
parent
c0374c5fe5
commit
26349730e5
@ -1084,6 +1084,7 @@ int CLangMngr::MergeDefinitionFile(const char *file)
|
||||
{
|
||||
MergeDefinitions(language, Defq);
|
||||
}
|
||||
fclose(fp);
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user