v1.0.3.0: Alliance frames fixes, PvP support, shared hotbar persistence, config save on teleport

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-01-31 20:35:25 -05:00
parent bda3762ac8
commit 11b4c268f0
17 changed files with 1145 additions and 77 deletions
+5
View File
@@ -244,6 +244,11 @@ namespace HSUI.Interface
if (partyFrames?.Enabled == true)
AddElements(ElementKind.PartyList);
var alliance1 = ConfigurationManager.Instance?.GetConfigObject<AllianceFrames1Config>();
var alliance2 = ConfigurationManager.Instance?.GetConfigObject<AllianceFrames2Config>();
if ((alliance1?.Enabled == true || alliance2?.Enabled == true))
AddElements(ElementKind.AllianceList1, ElementKind.AllianceList2);
var enemyList = ConfigurationManager.Instance?.GetConfigObject<EnemyListConfig>();
if (enemyList?.Enabled == true)
AddElements(ElementKind.EnemyList);