forked from minetest-mods/unified_inventory
Allow per-user "full" mode when "lite" mode is set as global
default (give the user "ui_full" priv to turn it on). Also, a few whitespace fixes.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user