mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-03-26 17:52:47 +01:00
Update Pastebin.lua
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user