1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-25 06:33:23 +00:00

Update to new Style

This commit is contained in:
Wilma456 2017-08-30 17:29:06 +02:00
parent c9e7b45509
commit 0c1114edbc
2 changed files with 4 additions and 2 deletions

View File

@ -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 )

View File

@ -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)