Closed sheaf closed 3 years ago
Some of the backend functions return a boolean, which was being discarded.
I also updated the main functions to use (/=0) instead of (==1).
(/=0)
(==1)
Thanks! :factory_worker:
Some of the backend functions return a boolean, which was being discarded.