Continue the potential fix.

master
Calinou 2014-08-20 19:21:47 +02:00 committed by CraigyDavi
parent 4b1c1d6c37
commit 76f1f92087
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 ""