changed event gate requirements note

This commit is contained in:
Redo
2020-03-30 22:42:36 -05:00
parent 100f2317c1
commit 7cc28c5e97
2 changed files with 3 additions and 6 deletions

View File

@@ -1,5 +1,4 @@
return function(gate)
--gate.ports[2]:setstate(gate.ports[1].state)
gate:cb(bool_to_int[gate.ports[1].state])
end