diff options
author | ShadowNinja <shadowninja@minetest.net> | 2014-01-19 13:27:52 -0500 |
---|---|---|
committer | ShadowNinja <shadowninja@minetest.net> | 2014-01-19 13:27:52 -0500 |
commit | 26473a83465a827716cf52f65a473a082f1d9b5b (patch) | |
tree | cfdd6b10ae8465568465ce0f013923683e234910 /api.lua | |
parent | d560bcd6f0ba8b885127c5d5d2315fb72c2d1f47 (diff) |
Remove trailing whitespace
Diffstat (limited to 'api.lua')
-rw-r--r-- | api.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ minetest.after(0.01, function() if unified_inventory.crafts_table[name] == nil then unified_inventory.crafts_table[name] = {} end - if recipes then + if recipes then for i=1,#recipes,1 do table.insert(unified_inventory.crafts_table[name],recipes[i]) end |