mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Minimap: Fix radar restriction broken by 9649e47
Server-side radar restriction is now possible again Thanks to @pgimeno for this nice catch.
This commit is contained in:
parent
9311d8a8aa
commit
1942660955
1 changed files with 7 additions and 6 deletions
|
@ -54,5 +54,6 @@ const struct EnumString es_HudBuiltinElement[] =
|
||||||
{HUD_FLAG_WIELDITEM_VISIBLE, "wielditem"},
|
{HUD_FLAG_WIELDITEM_VISIBLE, "wielditem"},
|
||||||
{HUD_FLAG_BREATHBAR_VISIBLE, "breathbar"},
|
{HUD_FLAG_BREATHBAR_VISIBLE, "breathbar"},
|
||||||
{HUD_FLAG_MINIMAP_VISIBLE, "minimap"},
|
{HUD_FLAG_MINIMAP_VISIBLE, "minimap"},
|
||||||
|
{HUD_FLAG_MINIMAP_RADAR_VISIBLE, "minimap_radar"},
|
||||||
{0, NULL},
|
{0, NULL},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue