Added missing CSWeaponID tag on CS_AliasToWeaponID (r=psychonic).

This commit is contained in:
Drifter 2012-05-27 18:48:54 -04:00
parent f53255570d
commit 02f8991fb3

View File

@ -272,7 +272,7 @@ native CS_SetClientClanTag(client, const String:tag[]);
*
* @note For best results use CS_GetTranslatedWeaponAlias on the weapon name before passing it.
*/
native CS_AliasToWeaponID(const String:alias[]);
native CSWeaponID:CS_AliasToWeaponID(const String:alias[]);
/**
* Do not edit below this line!