diff options
author | rubenwardy <rw@rubenwardy.com> | 2018-04-04 17:37:43 +0100 |
---|---|---|
committer | rubenwardy <rw@rubenwardy.com> | 2018-04-04 17:37:43 +0100 |
commit | 7c5fd79b57fad2b9485d801eea07c1c9fedaabe9 (patch) | |
tree | 79ec666a5497999b3129fe925238040d3c48aa59 /unified_inventory.lua | |
parent | c579f862b6d4952bc56f2a0a402ad5c77e5b11f2 (diff) |
Clean up formspec related code
Diffstat (limited to 'unified_inventory.lua')
-rw-r--r-- | unified_inventory.lua | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/unified_inventory.lua b/unified_inventory.lua deleted file mode 100644 index 1042196..0000000 --- a/unified_inventory.lua +++ /dev/null @@ -1,13 +0,0 @@ -if minetest.get_modpath("unified_inventory") ~= nil then - local S = awards.gettext - - unified_inventory.register_button("awards", { - type = "image", - image = "awards_ui_icon.png", - tooltip = S("Awards"), - action = function(player) - local name = player:get_player_name() - awards.show_to(name, name, nil, false) - end, - }) -end |