mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-25 14:25:38 +03:00
nothing important
This commit is contained in:
parent
a3c9489360
commit
05cf53e1b9
@ -100,9 +100,11 @@ stock get_configsdir(name[],len)
|
|||||||
stock get_customdir(name[],len)
|
stock get_customdir(name[],len)
|
||||||
return get_localinfo("amxx_customdir",name,len)
|
return get_localinfo("amxx_customdir",name,len)
|
||||||
|
|
||||||
|
#if defined NO_STEAM
|
||||||
stock get_user_wonid(index)
|
stock get_user_wonid(index)
|
||||||
{
|
{
|
||||||
new authid[32]
|
new authid[32]
|
||||||
get_user_authid(index,authid,31)
|
get_user_authid(index,authid,31)
|
||||||
return str_to_num(authid)
|
return str_to_num(authid)
|
||||||
}
|
}
|
||||||
|
#endif
|
Loading…
Reference in New Issue
Block a user