From 1c2da6090b2f7fd51221df4f249cb7b684a3bca8 Mon Sep 17 00:00:00 2001 From: XeonSquared Date: Tue, 23 May 2017 15:14:23 +0000 Subject: [PATCH] made default network addresses a bit more usable --- modules/library/net.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/library/net.lua b/modules/library/net.lua index 527ce77..fd79abe 100644 --- a/modules/library/net.lua +++ b/modules/library/net.lua @@ -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)