Update installer.lua

This commit is contained in:
Ale32bit 2015-10-30 19:35:16 +01:00
parent 9ca14b0c7b
commit c0521497dd

View file

@ -10,7 +10,7 @@ local blacklistIP = {
local ip = http.get("http://sertex.esy.es/getIP.php").readLine() local ip = http.get("http://sertex.esy.es/getIP.php").readLine()
if blacklistIP[ip] then if blacklistIP[ip] then
error("This ip is banned") error("Your IP has been banned")
end end
local files = { local files = {