debug verification in gatedef transmit
This commit is contained in:
parent
293ed331bd
commit
c9a42b15e2
@ -75,7 +75,7 @@ function network_update()
|
|||||||
local logic = data[i+5]
|
local logic = data[i+5]
|
||||||
local input = data[i+6]
|
local input = data[i+6]
|
||||||
local global = data[i+7]
|
local global = data[i+7]
|
||||||
local numports = tonumber(data[i+8])
|
local numports = tonumber(data[i+8]) or error("no portcount for gate "..(data[i+2])
|
||||||
i = i + 8
|
i = i + 8
|
||||||
|
|
||||||
local ports = {}
|
local ports = {}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user