Added some debug.
This commit is contained in:
parent
10b965b3bc
commit
568ab85cc7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user