From b1fc5db77f493b0fb2d09fc26b770f45fd354b89 Mon Sep 17 00:00:00 2001 From: msg-programs Date: Mon, 14 Aug 2023 20:14:18 +0200 Subject: Make a huge spaghetti fest to fix dwarven hud config for the moment. --- .../xmrvizzy/skyblocker/skyblock/tabhud/widget/hud/HudCommsWidget.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/java/me/xmrvizzy/skyblocker/skyblock/tabhud') diff --git a/src/main/java/me/xmrvizzy/skyblocker/skyblock/tabhud/widget/hud/HudCommsWidget.java b/src/main/java/me/xmrvizzy/skyblocker/skyblock/tabhud/widget/hud/HudCommsWidget.java index fa7a607a..ab8546cc 100644 --- a/src/main/java/me/xmrvizzy/skyblocker/skyblock/tabhud/widget/hud/HudCommsWidget.java +++ b/src/main/java/me/xmrvizzy/skyblocker/skyblock/tabhud/widget/hud/HudCommsWidget.java @@ -30,6 +30,7 @@ public class HudCommsWidget extends Widget { // when called before the client window is created (roughly). // the rebdering god 2 from the fabricord explained that detail, thanks! public static HudCommsWidget INSTANCE = new HudCommsWidget(); + public static HudCommsWidget INSTANCE_CFG = new HudCommsWidget(); // another repulsive hack to make this widget-like hud element work with the new widget class // DON'T USE WITH THE WIDGET SYSTEM, ONLY USE FOR DWARVENHUD! -- cgit