mirror of
https://github.com/tacigar/maidroid.git
synced 2024-11-05 09:40:34 +01:00
Fix bug
This commit is contained in:
parent
a63d9c1aee
commit
1e2b48473a
|
@ -33,6 +33,8 @@ minetest.register_craftitem("maidroid_tool:nametag", {
|
|||
|
||||
minetest.show_formspec(player_name, "maidroid_tool:nametag", formspec)
|
||||
maidroid_buf[player_name] = luaentity
|
||||
|
||||
itemstack:take_item()
|
||||
return itemstack
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user