dennisjenkins75 / digiline_craftdb

Minetest mod for a digiline queryable database holding all regular and technic crafting recipes.
GNU General Public License v3.0
2 stars 2 forks source link

find but no-op with result #1

Closed SwissalpS closed 3 years ago

SwissalpS commented 3 years ago

https://github.com/dennisjenkins75/digiline_craftdb/blob/ca28bf06e35608f4f1bb4e74caba9440ee2dc077/init.lua#L45

shouldn't there be a digiline response going out here?

dennisjenkins75 commented 3 years ago

Yes, you are correct. I need to finish the unit tests for the "find" method also. I tested this one manually by 'print()'ing the find results, and removed the 'print()' statement before uploading to github. Apparently, I removed more than I should have. Thank you for pointing this out.