mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2024-11-22 19:13:11 +00:00
Custom now being custom not custom eu
This commit is contained in:
parent
69aabe2be0
commit
07ac84df9b
1 changed files with 9 additions and 1 deletions
|
@ -2012,9 +2012,17 @@ namespace UWUVCI_AIO_WPF
|
||||||
}
|
}
|
||||||
lGameBasesString.Clear();
|
lGameBasesString.Clear();
|
||||||
foreach(GameBases gb in LBases)
|
foreach(GameBases gb in LBases)
|
||||||
|
{
|
||||||
|
if(gb.Name == "Custom")
|
||||||
|
{
|
||||||
|
LGameBasesString.Add($"{gb.Name}");
|
||||||
|
}
|
||||||
|
else
|
||||||
{
|
{
|
||||||
LGameBasesString.Add($"{gb.Name} {gb.Region}");
|
LGameBasesString.Add($"{gb.Name} {gb.Region}");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public GameBases getBasefromName(string Name)
|
public GameBases getBasefromName(string Name)
|
||||||
|
|
Loading…
Reference in a new issue