Made minitel reset the modems table before filling

This commit is contained in:
Izaya 2018-04-15 21:42:57 +10:00
parent 8de556a21c
commit 372690f2f8
1 changed files with 1 additions and 0 deletions

View File

@ -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