Залупоид

This commit is contained in:
Igor Timofeev 2017-09-26 00:08:09 +03:00
parent 0b0433a6fa
commit 8491b09b0f
2 changed files with 2 additions and 2 deletions

View File

@ -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",

2
OS.lua
View File

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