mirror of
https://github.com/tacigar/maidroid.git
synced 2024-11-05 09:40:34 +01:00
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
|
||||
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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user