Continue the potential fix.

This commit is contained in:
Calinou 2014-08-20 19:21:47 +02:00
parent e308ecf472
commit 6501336d86
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ function circular_saw:update_inventory(pos, amount)
return
end
local node_name = stack:get_name()
local node_name = stack:get_name() or ""
local name_parts = circular_saw.known_nodes[node_name] or ""
local modname = name_parts[1] or ""
local material = name_parts[2] or ""