Update node.lua

master
BrunoMine 2015-02-16 18:26:41 -02:00
parent 6ad5816c78
commit c916524ff9
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ minetest.register_node("brazutec:cub_descarregado_aberto", {
local meta = minetest.get_meta(pos)
if verificar_dono(meta, clicker) then
local item = itemstack:get_name()
if item == brazutec_baterialaptop then
if item == brazutec_computador_baterialaptop then
itemstack:take_item()
node.name = "brazutec:cub_aberto"
minetest.env:set_node(pos, node)