forked from mtcontrib/maidroid
Delete lines
This commit is contained in:
parent
dbaa1c5ad2
commit
f081e55ba0
@ -27,8 +27,6 @@ minetest.register_craftitem("maidroid_tool:nametag", {
|
|||||||
|
|
||||||
if not obj:is_player() and luaentity then
|
if not obj:is_player() and luaentity then
|
||||||
local name = luaentity.name
|
local name = luaentity.name
|
||||||
print(name)
|
|
||||||
print(luaentity:is_named())
|
|
||||||
|
|
||||||
if maidroid.registered_maidroids[name] and not luaentity:is_named() then
|
if maidroid.registered_maidroids[name] and not luaentity:is_named() then
|
||||||
local player_name = user:get_player_name()
|
local player_name = user:get_player_name()
|
||||||
|
Loading…
Reference in New Issue
Block a user