Skip to content

Commit

Permalink
Allow arrayset to accept any type (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
justgo97 authored and Arkshine committed Aug 20, 2018
1 parent 0bfc65c commit 05b7411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/include/amxmodx.inc
Expand Up @@ -3283,7 +3283,7 @@ native DestroyForward(forward_handle);
*
* @noreturn
*/
native arrayset(array[], value, size);
native arrayset(any:array[], any:value, size);

/**
* Returns the weapon id associated with a weapon name.
Expand Down

0 comments on commit 05b7411

Please sign in to comment.