typo in strategyhelper

This commit is contained in:
HojouFotytu 2019-03-21 19:13:15 +09:00
parent cd5b0ef587
commit 7b35d10c03
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ namespace Core.ProfitTrailer
break; break;
case "max cost reached": case "max cost reached":
result = "COST"; result = "COST";
break;
case "rebuy timeout": case "rebuy timeout":
result = "TIMEOUT"; result = "TIMEOUT";
break; break;