From fe5e1832eca98c3f62a36f750e703e0b6130a862 Mon Sep 17 00:00:00 2001 From: Tian <87069680+Tiaansu@users.noreply.github.com> Date: Tue, 19 Mar 2024 17:48:28 +0800 Subject: [PATCH] fixed a typo again --- ndialog-pages.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ndialog-pages.inc b/ndialog-pages.inc index aa4d39b..85e7609 100644 --- a/ndialog-pages.inc +++ b/ndialog-pages.inc @@ -689,7 +689,7 @@ static stock NDP_ProcessDialogResponse(playerid, dialogid, response, listitem, i new Func:cb = NDP_InlineCB; NDP_InlineCB = Func:0; - @.cb(resonse, listitem, inputtext); + @.cb(response, listitem, inputtext); Indirect_Release(cb);