diff options
Diffstat (limited to 'System/boot.lua')
| -rw-r--r-- | System/boot.lua | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/System/boot.lua b/System/boot.lua index 35d212b..2b81f8f 100644 --- a/System/boot.lua +++ b/System/boot.lua @@ -23,6 +23,15 @@ print("Starting up bits-UI ".. version .."...") print(_HOST) +--[[ +if os.version == "CraftOS 1.8" then + print("[OK] Running on the latest version of CraftOS...") + sleep(2) +else + print("You are not running CraftOS 1.8. Boot process halted.") + sleep(2) + os.shutdown() +end]]-- if term.isColor() then term.setTextColor(colors.green) |
