mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 02:28:05 +11:00
Made minitel reset the modems table before filling
This commit is contained in:
parent
8de556a21c
commit
372690f2f8
@ -67,6 +67,7 @@ function start()
|
||||
end
|
||||
print("Hostname: "..hostname)
|
||||
if listener then return end
|
||||
modems={}
|
||||
for a,t in component.list("modem") do
|
||||
modems[#modems+1] = component.proxy(a)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user