mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 22:35:37 +03:00
added request for EKS at18961
This commit is contained in:
parent
4d7bdcde47
commit
f58c0f4508
@ -1054,6 +1054,8 @@ int CLangMngr::MergeDefinitionFile(const char *file)
|
||||
buf.trim();
|
||||
if (buf[0] == 0)
|
||||
continue;
|
||||
if ((buf[0] == ';') || (buf[0] == '/' && buf[1] == '/'))
|
||||
continue;
|
||||
|
||||
if (buf[0] == '[' && buf.size() >= 3)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user