From f82ed29e90ec549ebbc5e482bc5185c9985e849c Mon Sep 17 00:00:00 2001 From: Ocraw Date: Mon, 26 Aug 2024 21:29:41 +0200 Subject: [PATCH] review: hud_elem_type + type - util/hud.lua:25 --- util/hud.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/util/hud.lua b/util/hud.lua index 7709845..37a5388 100644 --- a/util/hud.lua +++ b/util/hud.lua @@ -23,6 +23,7 @@ function logistica.show_popup(playerName, text, time, atBottom, scale) playerHud[playerName] = nil end local hudId = player:hud_add({ + hud_elem_type = "text", type = "text", style = 1, position = position,