Custom now being custom not custom eu

This commit is contained in:
NicoAICP 2020-06-28 20:58:09 +02:00
parent 69aabe2be0
commit 07ac84df9b

View file

@ -2012,9 +2012,17 @@ namespace UWUVCI_AIO_WPF
}
lGameBasesString.Clear();
foreach(GameBases gb in LBases)
{
if(gb.Name == "Custom")
{
LGameBasesString.Add($"{gb.Name}");
}
else
{
LGameBasesString.Add($"{gb.Name} {gb.Region}");
}
}
}
public GameBases getBasefromName(string Name)