Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiaansu authored Mar 19, 2024
1 parent d4c0ca5 commit 2480572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ndialog-pages.inc
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ static stock NDP_ProcessDialogResponse(playerid, dialogid, response, listitem, i
}

#if YSI_VERSION_MAJOR == 5 && defined _INC_y_inline
Dialogpages:Inline_DialogPages(playerid, response, listitem, string:inputtext[])
DialogPages:Inline_DialogPages(playerid, response, listitem, string:inputtext[])
{
new Func:cb<iis> = NDP_InlineCB;
NDP_InlineCB = Func:0<iis>;
Expand Down

0 comments on commit 2480572

Please # to comment.