Update buddies.lua
This commit is contained in:
parent
2c2531ec33
commit
6aaae10dd5
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ local function add()
|
|||
end
|
||||
addUser = read()
|
||||
term.setCursorBlink(false)
|
||||
local check = http.post("http://sertex.esy.es/exists.php","user="..addUser).readLine()
|
||||
local check = http.post("http://sertex.x10.bz/exists.php","user="..addUser).readLine()
|
||||
|
||||
if check == "true" then
|
||||
table.insert(users,add)
|
||||
|
|
Loading…
Reference in a new issue