Skip to content

Commit

Permalink
arg_amount not used in rg_get_user_ammo (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
francoromaniello authored May 21, 2021
1 parent 8908572 commit 6d3d77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reapi/src/natives/natives_misc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ cell AMX_NATIVE_CALL rg_set_user_ammo(AMX *amx, cell *params)
*/
cell AMX_NATIVE_CALL rg_get_user_ammo(AMX *amx, cell *params)
{
enum args_e { arg_count, arg_index, arg_weapon_id, arg_amount };
enum args_e { arg_count, arg_index, arg_weapon_id };

CHECK_ISPLAYER(arg_index);

Expand Down

0 comments on commit 6d3d77a

Please sign in to comment.