From 2863adff1cb659bb6f2231c8c068fb0a1853dafd Mon Sep 17 00:00:00 2001 From: DuvelCorp Date: Thu, 10 Sep 2026 17:45:33 +0200 Subject: [PATCH] zBar: play assemble animation on init/reload, not only on checkbox toggle --- modules/zhunter/zBar.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/zhunter/zBar.lua b/modules/zhunter/zBar.lua index a9526cc..ed8dda2 100644 --- a/modules/zhunter/zBar.lua +++ b/modules/zhunter/zBar.lua @@ -371,5 +371,6 @@ function MTH_ZBar_Init() if s.enabled then MTH_ZBar_EnsureAnchor() MTH_ZBar_ApplyLayout() + MTH_ZBar_AnimateActivate() end end