This commit is contained in:
HojouFotytu 2021-03-31 00:02:06 +09:00
parent 1693b00cf4
commit f3568fa7bf
1 changed files with 1 additions and 1 deletions

View File

@ -1572,7 +1572,7 @@ namespace Core.Main
// Check allowed markets
// Strip main markets from list, if exists
string allowed = marketSetting.IgnoredMarkets.ToUpper();
string allowed = marketSetting.AllowedMarkets.ToUpper();
allowed = allowed.Replace(mainMarket, "");
switch (this.PTMagicConfiguration.GeneralSettings.Application.Exchange.ToLower())
{