Remove trailing whitespace

This commit is contained in:
ShadowNinja
2014-01-19 13:27:52 -05:00
parent d560bcd6f0
commit 26473a8346
5 changed files with 13 additions and 13 deletions

View File

@ -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