fixed stupid mistake x4

This commit is contained in:
2025-12-29 01:03:09 -05:00
parent b129d92a66
commit 2c6e966599

View File

@ -147,7 +147,8 @@ local function HandlePasswordEntry()
local entering = true local entering = true
while entering do 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) -- Check number buttons (1-9)
if y >= 7 and y <= 15 then if y >= 7 and y <= 15 then