From 1b92f182dcfdd32400302898823f9202e28640b0 Mon Sep 17 00:00:00 2001 From: Ale2610 Date: Tue, 25 Aug 2015 18:00:36 +0200 Subject: [PATCH] Update sPhone.lua --- src/sPhone.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sPhone.lua b/src/sPhone.lua index 698b07a..680468b 100644 --- a/src/sPhone.lua +++ b/src/sPhone.lua @@ -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")