Update installer.lua
This commit is contained in:
parent
9ca14b0c7b
commit
c0521497dd
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ local blacklistIP = {
|
|||
|
||||
local ip = http.get("http://sertex.esy.es/getIP.php").readLine()
|
||||
if blacklistIP[ip] then
|
||||
error("This ip is banned")
|
||||
error("Your IP has been banned")
|
||||
end
|
||||
|
||||
local files = {
|
||||
|
|
Loading…
Reference in a new issue