mirror of
https://github.com/stuff-by-3-random-dudes/UWUVCI-AIO-WPF
synced 2025-02-16 18:48:24 +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
|
@ -2013,7 +2013,15 @@ namespace UWUVCI_AIO_WPF
|
||||||
lGameBasesString.Clear();
|
lGameBasesString.Clear();
|
||||||
foreach(GameBases gb in LBases)
|
foreach(GameBases gb in LBases)
|
||||||
{
|
{
|
||||||
LGameBasesString.Add($"{gb.Name} {gb.Region}");
|
if(gb.Name == "Custom")
|
||||||
|
{
|
||||||
|
LGameBasesString.Add($"{gb.Name}");
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
LGameBasesString.Add($"{gb.Name} {gb.Region}");
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue