Update sPhone.lua
This commit is contained in:
parent
57b7493c81
commit
b24e895b63
1 changed files with 1 additions and 1 deletions
|
@ -882,7 +882,7 @@ end
|
||||||
sPhone.user = name
|
sPhone.user = name
|
||||||
local toLabel = sPhone.user.."'s &9sPhone"
|
local toLabel = sPhone.user.."'s &9sPhone"
|
||||||
toLabel = toLabel:gsub("&", string.char(0xc2)..string.char(0xa7))
|
toLabel = toLabel:gsub("&", string.char(0xc2)..string.char(0xa7))
|
||||||
os.setComputerLabel(sPhone.user.."'s &1sPhone")
|
os.setComputerLabel(toLabel)
|
||||||
visum.align("center"," All Set!",false,3)
|
visum.align("center"," All Set!",false,3)
|
||||||
visum.align("center"," Have fun with sPhone",false,5)
|
visum.align("center"," Have fun with sPhone",false,5)
|
||||||
sleep(2)
|
sleep(2)
|
||||||
|
|
Loading…
Reference in a new issue