From 2c6e966599f733b2c01f255c008874213208d9ce Mon Sep 17 00:00:00 2001 From: Moonlit Productions Date: Mon, 29 Dec 2025 01:03:09 -0500 Subject: [PATCH] fixed stupid mistake x4 --- startup.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/startup.lua b/startup.lua index 8c8368c..689082a 100644 --- a/startup.lua +++ b/startup.lua @@ -147,7 +147,8 @@ local function HandlePasswordEntry() local entering = true while entering do - local x, y = GetClick() + -- Use os.pullEvent directly to avoid conflicts with ParaDisconnect + local _, _, x, y = os.pullEvent("monitor_touch") -- Check number buttons (1-9) if y >= 7 and y <= 15 then