diff --git a/src/EvoSC.Manialinks/ManialinkManager.cs b/src/EvoSC.Manialinks/ManialinkManager.cs index 87928429b..9e3239894 100644 --- a/src/EvoSC.Manialinks/ManialinkManager.cs +++ b/src/EvoSC.Manialinks/ManialinkManager.cs @@ -16,6 +16,7 @@ using EvoSC.Manialinks.Interfaces.Models; using EvoSC.Manialinks.Models; using EvoSC.Manialinks.Themes; +using EvoSC.Manialinks.Themes.AdvancedComponents; using EvoSC.Manialinks.Util; using GbxRemoteNet; using GbxRemoteNet.Events; @@ -74,6 +75,7 @@ public ManialinkManager(ILogger logger, IServerClient server, themeManager.AddThemeAsync(); themeManager.AddThemeAsync(); themeManager.AddThemeAsync(); + themeManager.AddThemeAsync(); _engine.GlobalVariables["Util"] = new GlobalManialinkUtils(themeManager); _engine.GlobalVariables["Icons"] = new GameIcons(); diff --git a/src/Modules/Scoreboard/Templates/Components/PlayerRow/ClubTag.mt b/src/EvoSC.Manialinks/Templates/Advanced/ClubTag.mt similarity index 72% rename from src/Modules/Scoreboard/Templates/Components/PlayerRow/ClubTag.mt rename to src/EvoSC.Manialinks/Templates/Advanced/ClubTag.mt index cfd82f9ad..d924e1341 100644 --- a/src/Modules/Scoreboard/Templates/Components/PlayerRow/ClubTag.mt +++ b/src/EvoSC.Manialinks/Templates/Advanced/ClubTag.mt @@ -1,16 +1,16 @@  - + - \ No newline at end of file + diff --git a/src/EvoSC.Manialinks/Templates/Containers/Widget.mt b/src/EvoSC.Manialinks/Templates/Containers/Widget.mt index d6401cc93..71a032c84 100644 --- a/src/EvoSC.Manialinks/Templates/Containers/Widget.mt +++ b/src/EvoSC.Manialinks/Templates/Containers/Widget.mt @@ -13,19 +13,19 @@