Update settings.lua

This commit is contained in:
Ale32bit 2016-03-27 15:31:49 +02:00
parent 44c11dda37
commit e79014c864

View file

@ -115,6 +115,7 @@ local function changeLabel()
visum.align("center", " Set Label",false,3)
term.setCursorPos(2,5)
local newLabel = read()
newLabel = newLabel:gsub("&", string.char(0xc2)..string.char(0xa7)) --yay colors
os.setComputerLabel(newLabel)
sPhone.winOk("Computer Label set")
end