Few issues, solved.

This commit is contained in:
Ghommie
2020-06-28 04:51:02 +02:00
parent 2af7bed457
commit 65ffadaa18
5 changed files with 14 additions and 14 deletions

View File

@@ -78,7 +78,7 @@
for(var/i in 1 to length(harvest_output))
harvest_output[i] = WEAKREF(harvest_output[i])
if(harvest_output.len)
if(length(harvest_output))
set_pin_data(IC_OUTPUT, 1, harvest_output)
push_data()
if(1)