diff options
Diffstat (limited to 'waypoints.lua')
-rw-r--r-- | waypoints.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/waypoints.lua b/waypoints.lua index 890c3ec..0996f52 100644 --- a/waypoints.lua +++ b/waypoints.lua @@ -107,6 +107,7 @@ unified_inventory.register_button("waypoints", { type = "image", image = "ui_waypoints_icon.png", tooltip = S("Waypoints"), + hide_lite=true }) local function update_hud(player, waypoints, temp, i) |