diff --git a/energy_control b/energy_control index c525691..19c7d2d 100644 --- a/energy_control +++ b/energy_control @@ -35,7 +35,7 @@ function recv() local updated = false while true do local id, data = rednet.receive() - print("Message from " .. id .. ": " .. dump(data)) + print(type(id)) if id == redstone_toggle_id then if type(data) == 'table' then print('table')