From 921a0de2d466657086dd43b972760ffe97237de3 Mon Sep 17 00:00:00 2001 From: Robert Jelic <36573031+NoryiE@users.noreply.github.com> Date: Thu, 31 Mar 2022 20:57:49 +0200 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 22c8735..62c09ad 100644 --- a/Home.md +++ b/Home.md @@ -58,7 +58,7 @@ if not(fs.exists(filePath))then while(not(fs.exists(filePath))) do local event, p1,p2,p3,p4 = os.pullEvent() if(event=="mouse_click")then - if(p3==h/2+2)and(p2>=w/2-7)and(p2<=w/2-5)then + if(p3==math.floor(h/2+2))and(p2>=w/2-7)and(p2<=w/2-5)then shell.run("wget https://raw.githubusercontent.com/NoryiE/NyoUI/master/NyoUI.lua "..filePath) _installerWindow.setVisible(false) term.clear()