Skip to content

Commit

Permalink
Fix typo from Merge #49 for Issue #48. :)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandalle committed Mar 25, 2015
1 parent 70f9b18 commit a075fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lolmer_bigreactor_monitor_prog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -268,14 +268,14 @@ end

local function termRestore()
local ccVersion = nil
ccVersion = os.version()
ccVersion = os.version()

if ccVersion == "CraftOS 1.6" or "CraftOS 1.7" then
term.native()
elseif ccVersion == "CraftOS 1.5" then
term.restore()
else -- Default to older term.restore
printLog("Unsupported CraftOS found. Reported version is "\"..ccVersion.."\".")
printLog("Unsupported CraftOS found. Reported version is \""..ccVersion.."\".")
term.restore()
end -- if ccVersion
end -- function termRestore()
Expand Down

0 comments on commit a075fa0

Please sign in to comment.