mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-01-15 11:45:42 +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
|
||||
else
|
||||
if fileerr then
|
||||
sStatus="Error saving to "..sPath.." ("..fileerr..")"
|
||||
sStatus="Error saving to "..fileerr
|
||||
else
|
||||
sStatus="Error saving to "..sPath
|
||||
end
|
||||
@ -774,3 +774,4 @@ end
|
||||
term.clear()
|
||||
term.setCursorBlink( false )
|
||||
term.setCursorPos( 1, 1 )
|
||||
|
||||
|
@ -318,7 +318,7 @@ local function accessMenu()
|
||||
fMessage = "Saved to "..sPath
|
||||
else
|
||||
if err then
|
||||
fMessage = "Error saving to "..sPath.." ("..err..")"
|
||||
fMessage = "Error saving to "..err
|
||||
else
|
||||
fMessage = "Error saving to "..sPath
|
||||
end
|
||||
@ -405,3 +405,4 @@ term.setBackgroundColour(colours.black)
|
||||
term.setTextColour(colours.white)
|
||||
term.clear()
|
||||
term.setCursorPos(1,1)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user