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)
|
||||
if t then
|
||||
date = t["date"]
|
||||
mesg = "<"..t["from"].."> "..t["message"]
|
||||
mesg = "<"..t["from"].."> "..base64.decode(t["message"])
|
||||
printMsg(mesg)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue