Update sms-new.lua
This commit is contained in:
parent
642915a2fc
commit
ee4a968543
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ local function recMsg()
|
||||||
t = textutils.unserialize(v)
|
t = textutils.unserialize(v)
|
||||||
if t then
|
if t then
|
||||||
date = t["date"]
|
date = t["date"]
|
||||||
mesg = "<"..t["from"].."> "..t["message"]
|
mesg = "<"..t["from"].."> "..base64.decode(t["message"])
|
||||||
printMsg(mesg)
|
printMsg(mesg)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue