Delete lines

This commit is contained in:
tacigar 2016-12-21 16:49:10 +09:00
parent dbaa1c5ad2
commit f081e55ba0
1 changed files with 0 additions and 2 deletions

View File

@ -27,8 +27,6 @@ minetest.register_craftitem("maidroid_tool:nametag", {
if not obj:is_player() and luaentity then
local name = luaentity.name
print(name)
print(luaentity:is_named())
if maidroid.registered_maidroids[name] and not luaentity:is_named() then
local player_name = user:get_player_name()