diff --git a/builtin/game/statbars.lua b/builtin/game/statbars.lua index 2475f9d26..5412db6be 100644 --- a/builtin/game/statbars.lua +++ b/builtin/game/statbars.lua @@ -25,7 +25,7 @@ local bar_definitions = { offset = {x = 25, y= -(48 + 24 + 16)}, }, minimap = { - hud_elem_type = "minimap", + type = "minimap", position = {x = 1, y = 0}, alignment = {x = -1, y = 1}, offset = {x = -10, y = 10},