mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 02:18:35 +00:00
Fix missed old syntax parameter in menus
This commit is contained in:
parent
6c4079cb94
commit
e59fd9de96
@ -518,7 +518,7 @@ native bool AddMenuItem(Handle menu,
|
||||
* @error Invalid Handle or menu position.
|
||||
*/
|
||||
native bool InsertMenuItem(Handle menu,
|
||||
position,
|
||||
int position,
|
||||
const char[] info,
|
||||
const char[] display,
|
||||
int style=ITEMDRAW_DEFAULT);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user