make in_queue int tptre

This commit is contained in:
Redo
2022-11-04 15:32:30 -06:00
parent 7823e413ee
commit f1b909279c
4 changed files with 17 additions and 26 deletions

View File

@@ -75,7 +75,7 @@ end
function GateDefinition.constructgate(def, objref, position, rotation)
local gate = Gate.new(objref, def)
gate.in_queue = 0
gate.in_queue[0] = 0
for i = 1, #def.ports do
local portd = def.ports[i]
local type = portd.type