Update sPhone.lua

This commit is contained in:
Ale2610 2015-08-19 11:48:58 +02:00
parent 29036c347c
commit af211bcd78

View file

@ -406,6 +406,7 @@ local function kernel()
f.close() f.close()
sertextext.center(13," All Set!") sertextext.center(13," All Set!")
sertextext.center(14,"Have fun with sPhone") sertextext.center(14,"Have fun with sPhone")
sPhone.user = name
sleep(2) sleep(2)
home() home()
end end
@ -425,4 +426,4 @@ if not ok then
crash(error) crash(error)
end end
os.forceShutdown() os.forceShutdown()