made default network addresses a bit more usable

This commit is contained in:
Izaya 2017-05-23 15:14:23 +00:00
parent f6c61622bc
commit 1c2da6090b
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
tM,nP,nID,nVL = {}, 4096, computer.address(), 1
tM,nP,nID,nVL = {}, 4096, computer.address():sub(1,8), 1
for a,t in component.list("modem") do
table.insert(tM,component.proxy(a))
component.proxy(a).open(nVL)