diff options
Diffstat (limited to 'item_names.lua')
-rw-r--r-- | item_names.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/item_names.lua b/item_names.lua index 2ab233e..31c2b3f 100644 --- a/item_names.lua +++ b/item_names.lua @@ -1,3 +1,5 @@ +-- code based on 4itemnames mod by 4aiman + local wield = {} local huds = {} local dtimes = {} @@ -27,7 +29,7 @@ minetest.register_on_joinplayer(function(player) number = 0xFFFFFF , text = "", }) - print(dump("item hud id: "..huds[player_name])) + --print(dump("item hud id: "..huds[player_name])) end) end) |