diff --git a/Applications.cfg b/Applications.cfg index 1beeccce..7feab439 100644 --- a/Applications.cfg +++ b/Applications.cfg @@ -5,7 +5,7 @@ about="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/About/", type="Script", forceDownload=true, - version=3.89, + version=3.90, }, { path="/MineOS/Pictures/MoonTouch.pic", diff --git a/OS.lua b/OS.lua index 345c301f..e5df456e 100755 --- a/OS.lua +++ b/OS.lua @@ -496,7 +496,7 @@ local function createOSWindow() menu:addItem(MineOSCore.localization.returnToShell).onTouch = function() MineOSNetwork.broadcastComputerState(false) MineOSInterface.mainContainer:stopEventHandling() - MineOSCore.clearTerminal() + MineOSInterface.clearTerminal() os.exit() end