Update sms-new.lua
This commit is contained in:
parent
da5ad81656
commit
546a1350a0
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ local function readMsg()
|
||||||
local msg = read()
|
local msg = read()
|
||||||
local msg = base64.encode(msg)
|
local msg = base64.encode(msg)
|
||||||
term.clear()
|
term.clear()
|
||||||
if msg == "/logout" then
|
if base64.decode(msg) == "/logout" then
|
||||||
term.redirect(mainTerm)
|
term.redirect(mainTerm)
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue