mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45: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();
|
buf.trim();
|
||||||
if (buf[0] == 0)
|
if (buf[0] == 0)
|
||||||
continue;
|
continue;
|
||||||
|
if ((buf[0] == ';') || (buf[0] == '/' && buf[1] == '/'))
|
||||||
|
continue;
|
||||||
|
|
||||||
if (buf[0] == '[' && buf.size() >= 3)
|
if (buf[0] == '[' && buf.size() >= 3)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user