Update sPhone.lua
This commit is contained in:
parent
505f5e3c9a
commit
1b92f182dc
1 changed files with 2 additions and 1 deletions
|
@ -479,7 +479,8 @@ local function kernel()
|
|||
local rServer = http.post("http://sertex.esy.es/register.php", "user="..name.."&password="..pw).readAll()
|
||||
if rServer ~= "Success!" then
|
||||
print("The server is down")
|
||||
print("Retry later")
|
||||
print("Or Username already exists")
|
||||
print("Retry later in the app sID")
|
||||
sleep(1)
|
||||
end
|
||||
local f = fs.open("/.sPhone/config/username","w")
|
||||
|
|
Loading…
Reference in a new issue