mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-24 13:55:36 +03:00
Make sure overriden tag is done with _:
This commit is contained in:
parent
78940b46a4
commit
4b11a54345
@ -1225,7 +1225,7 @@ static int hier2(value *lval)
|
||||
return FALSE;
|
||||
case tLABEL: /* tagname override */
|
||||
tag=pc_addtag(st);
|
||||
forceuntag=(*st == '_'); /* forced to be untagged with _: */
|
||||
forceuntag=(*st == '_' && !tag); /* forced to be untagged with _: */
|
||||
lvalue=hier2(lval);
|
||||
lval->tag=tag;
|
||||
lval->forceuntag=forceuntag;
|
||||
|
Loading…
Reference in New Issue
Block a user