Skip to content

Commit

Permalink
hud_elem_type -> type
Browse files Browse the repository at this point in the history
also for biome HUD
  • Loading branch information
SwissalpS committed Jul 18, 2024
1 parent 96e33ca commit b532077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion huds.lua
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ postool.rebuildHud = function(oPlayer)
if tb[8] then
if nil == iID then
tIDs.biome = oPlayer:hud_add({
hud_elem_type = 'text',
[HUD_TYPE_FIELD] = 'text',
name = 'postoolBiome',
position = tPosition,
offset = { x = 0, y = iY },
Expand Down

0 comments on commit b532077

Please sign in to comment.