moar updates

This commit is contained in:
2026-01-02 11:48:15 -08:00
parent 748898053e
commit fe094f1dfe
2 changed files with 7 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ local function receive()
end
end
elseif msg.protocol == "packet" then
if msg.hops >= 1 then
if msg.hops >= 1 and msg.destination == os.getComputerID() then
os.queueEvent("network_packet",msg.content,msg.sender,msg.hops)
end
end