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,