From 2fadcdefddeb3bed3a98fbaf441ca6e787b4ad70 Mon Sep 17 00:00:00 2001 From: Jean-Patrick Guerrero Date: Sat, 25 Dec 2021 17:01:25 +0100 Subject: [PATCH] Fix variable name --- src/hud.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hud.lua b/src/hud.lua index 72d1a96..5eee7ac 100644 --- a/src/hud.lua +++ b/src/hud.lua @@ -34,7 +34,7 @@ local function init_hud(player) }, } - if not i3.legacy_inventory then + if not i3.settings.legacy_inventory then core.after(0, function() player:hud_set_hotbar_itemcount(i3.settings.hotbar_len) player:hud_set_hotbar_image"i3_hotbar.png"