mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-28 18:04:47 +00:00
Update to new Style
This commit is contained in:
parent
c9e7b45509
commit
0c1114edbc
@ -292,7 +292,7 @@ local tMenuFuncs = {
|
|||||||
sStatus="Saved to "..sPath
|
sStatus="Saved to "..sPath
|
||||||
else
|
else
|
||||||
if fileerr then
|
if fileerr then
|
||||||
sStatus="Error saving to "..sPath.." ("..fileerr..")"
|
sStatus="Error saving to "..fileerr
|
||||||
else
|
else
|
||||||
sStatus="Error saving to "..sPath
|
sStatus="Error saving to "..sPath
|
||||||
end
|
end
|
||||||
@ -774,3 +774,4 @@ end
|
|||||||
term.clear()
|
term.clear()
|
||||||
term.setCursorBlink( false )
|
term.setCursorBlink( false )
|
||||||
term.setCursorPos( 1, 1 )
|
term.setCursorPos( 1, 1 )
|
||||||
|
|
||||||
|
@ -318,7 +318,7 @@ local function accessMenu()
|
|||||||
fMessage = "Saved to "..sPath
|
fMessage = "Saved to "..sPath
|
||||||
else
|
else
|
||||||
if err then
|
if err then
|
||||||
fMessage = "Error saving to "..sPath.." ("..err..")"
|
fMessage = "Error saving to "..err
|
||||||
else
|
else
|
||||||
fMessage = "Error saving to "..sPath
|
fMessage = "Error saving to "..sPath
|
||||||
end
|
end
|
||||||
@ -405,3 +405,4 @@ term.setBackgroundColour(colours.black)
|
|||||||
term.setTextColour(colours.white)
|
term.setTextColour(colours.white)
|
||||||
term.clear()
|
term.clear()
|
||||||
term.setCursorPos(1,1)
|
term.setCursorPos(1,1)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user