make states numbers instead of booleans
This commit is contained in:
@@ -5,6 +5,6 @@ return function(gate)
|
||||
Gate.setportstate(gate, 1, bit)
|
||||
Gate.queue(gate, 1)
|
||||
else
|
||||
Gate.setportstate(gate, 1, false)
|
||||
Gate.setportstate(gate, 1, 0)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user