Update node.lua

master
BrunoMine 2015-02-16 18:27:44 -02:00
parent c916524ff9
commit 56eb1d6237
1 changed files with 1 additions and 1 deletions

View File

@ -221,7 +221,7 @@ minetest.register_node("brazutec:cub_descarregado_fechado", {
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)