Fix typo in cs_get_translated_item_alias()

This commit is contained in:
Arkshine
2016-03-16 16:29:56 +01:00
parent 28a0b0626b
commit 4c7375555a
+1 -1
View File
@@ -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;
}