summaryrefslogtreecommitdiff
path: root/item_names.lua
diff options
context:
space:
mode:
authorRealBadAngel <maciej.kasatkin@o2.pl>2014-05-26 11:43:25 +0200
committerRealBadAngel <maciej.kasatkin@o2.pl>2014-05-26 11:43:25 +0200
commit833a255ad46420807d5baf72c52933471fd24cf1 (patch)
tree660237a38d36172cd9cd6fce20471582c3cd9106 /item_names.lua
parentb46f4217aee762c5b8c7ceb0f2a2332227c4a7f8 (diff)
Some fixes to item_names and waypoints.
Diffstat (limited to 'item_names.lua')
-rw-r--r--item_names.lua4
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)