aboutsummaryrefslogtreecommitdiff
path: root/antivirus.lua
diff options
context:
space:
mode:
Diffstat (limited to 'antivirus.lua')
-rw-r--r--antivirus.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/antivirus.lua b/antivirus.lua
index 32eebbe..2830dd8 100644
--- a/antivirus.lua
+++ b/antivirus.lua
@@ -16,7 +16,7 @@ end
function updateAntivirus()
if (sys.mouse.p.p == true and win[4].hover == true and antivirus.scanning == false
and sys.mouse.p.x >= win[4].x+49 and sys.mouse.p.x <= win[4].x+49+100
- and sys.mouse.p.y >= win[4].y+110 and sys.mouse.p.y <= win[4].y+110+19) then
+ and sys.mouse.p.y >= win[4].y+110 and sys.mouse.p.y <= win[4].y+110+19 and v1.yes == false) then
antivirus.scanning = true
antivirus.prog = 0
end