From 568ab85cc770a72461617ee9082b2fbf426cf9e8 Mon Sep 17 00:00:00 2001 From: Harrison Deng Date: Fri, 7 May 2021 16:20:52 -0500 Subject: [PATCH] Added some debug. --- minehost.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minehost.lua b/minehost.lua index 5c10810..cd404ac 100644 --- a/minehost.lua +++ b/minehost.lua @@ -123,7 +123,7 @@ local function listenToMiners() print("Message already table, not deserializing.") data = serialized end - if (data == nil) then return end + if (data == nil) then print("data nil.") end if data["token"] == TOKEN and data["recipient"] == HOST then handleMessage(data["sender"], data["type"], data) else