1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-09-01 10:28:01 +00:00

Update brednet.lua

This commit is contained in:
LDDestroier
2020-02-13 00:36:44 -05:00
committed by GitHub
parent b9f9a9fc7c
commit f1f7581729

View File

@@ -3,7 +3,9 @@
local brednet = {}
ccemux.attach("top", "wireless_modem")
if ccemux and not peripheral.find("modem") then
ccemux.attach("top", "wireless_modem")
end
-- stores the last 1000 received messages
local USED = {}