mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
Fix typo in cs_get_translated_item_alias()
This commit is contained in:
parent
28a0b0626b
commit
4c7375555a
@ -1874,7 +1874,7 @@ static cell AMX_NATIVE_CALL cs_get_translated_item_alias(AMX* amx, cell* params)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
MF_SetAmxString(amx, params[2], alias, params[3]);
|
MF_SetAmxString(amx, params[2], name, params[3]);
|
||||||
|
|
||||||
return info.itemid != CSI_NONE;
|
return info.itemid != CSI_NONE;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user