Fix CS_WeaponIDToAlias param missing CSWeaponID tag (bug 5460)

This commit is contained in:
Ruben Gonzalez 2013-02-11 11:17:46 -05:00
parent bb195a9b2d
commit 3e1a78703e

View File

@ -356,7 +356,7 @@ native CSWeaponID:CS_AliasToWeaponID(const String:alias[]);
* @param len Length of the destination array.
* @return Returns number of cells written.
*/
native CS_WeaponIDToAlias(weaponID, String:destination[], len);
native CS_WeaponIDToAlias(CSWeaponID:weaponID, String:destination[], len);
/**
* Do not edit below this line!