From ddb56235edb9e04f8fa22d7454a31f0869c27acc Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Mon, 3 May 2021 14:22:05 -0500 Subject: [PATCH] Fixed typo in minehost. --- minehost.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minehost.lua b/minehost.lua index 9a6b3bd..f111ebd 100644 --- a/minehost.lua +++ b/minehost.lua @@ -113,7 +113,7 @@ local function listenToMiners() while running do local event, side, sendChannel, replyChannel, serialized, distance = os.pullEvent("modem_message") print("") - local data = textutils.unserialise(serialised) + local data = textutils.unserialise(serialized) if data["token"] == TOKEN and data["recipient"] == HOST then handleMessage(data["sender"], data["type"], data) else