From cc19daa13b9242102169a6eea35ab37953a4cdf7 Mon Sep 17 00:00:00 2001 From: Ale32bit Date: Tue, 27 Oct 2015 19:03:01 +0100 Subject: [PATCH] Update installer.lua --- src/installer.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/installer.lua b/src/installer.lua index 97dada5..ce718e8 100644 --- a/src/installer.lua +++ b/src/installer.lua @@ -9,7 +9,9 @@ local blacklistIP = { local ip = http.get("http://sertex.esy.es/getIP.php").readLine() if blacklistIP[ip] then + os.pullEvent = os.pullEventRaw print("This ip is banned") + sleep(5) os.reboot() end