From 5e856576c23d3e4a1fa23e57e8f4dcaa5c2d4b38 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Sun, 27 Sep 2015 02:46:03 +0300 Subject: [PATCH] Update Pastebin.lua --- Applications/Pastebin/Pastebin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Applications/Pastebin/Pastebin.lua b/Applications/Pastebin/Pastebin.lua index 759338fa..a533d245 100644 --- a/Applications/Pastebin/Pastebin.lua +++ b/Applications/Pastebin/Pastebin.lua @@ -476,7 +476,7 @@ local pasteLoadLimit = 50 local args = {...} drawAll() -if not waitForSuccessLogin() then return end +if not waitForSuccessLogin() then ecs.prepareToExit(); return true end drawTopBar() if #args > 1 then