moar updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user