1
0
mirror of https://github.com/tacigar/maidroid.git synced 2024-09-28 14:30:21 +02:00

Delete lines

This commit is contained in:
tacigar 2016-12-21 16:49:10 +09:00
parent dbaa1c5ad2
commit f081e55ba0

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()