Skip to content

Commit f4e995e

Browse files
committed
nlt
1 parent 0cf0e96 commit f4e995e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ModAssistant/Pages/Mods.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ public async Task PopulateModsList()
300300

301301
foreach (Promotion promo in Promotions.List)
302302
{
303-
if (if promo.active && mod.name == promo.ModName)
303+
if (promo.Active && mod.name == promo.ModName)
304304
{
305305
ListItem.PromotionTexts = new string[promo.Links.Count];
306306
ListItem.PromotionLinks = new string[promo.Links.Count];

0 commit comments

Comments
 (0)