mirror of
https://github.com/tacigar/maidroid.git
synced 2024-11-16 15:20:21 +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
|
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