From 8b05cf5e673a90e4daf024b38f539ad018e04cf2 Mon Sep 17 00:00:00 2001 From: Justus Wolff Date: Sun, 22 Feb 2026 20:27:36 +0100 Subject: [PATCH] print id when waiting for stack and dimension --- src/main.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.lua b/src/main.lua index 518df06..e772434 100644 --- a/src/main.lua +++ b/src/main.lua @@ -963,7 +963,7 @@ while true do rednet.send(masterid, { code=code, }, "HB_vprint_pairespond") - print("Waiting for response...") + print("Waiting for response... ID: "..tostring(os.getComputerID())) local id,msg = -1,{} repeat id,msg = rednet.receive("HB_vprint_pairacknowledge")