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