Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -126,6 +126,7 @@ function SelectAPI(eventObj, commingMsg){ | ... | @@ -126,6 +126,7 @@ function SelectAPI(eventObj, commingMsg){ |
| 126 | } | 126 | } |
| 127 | } | 127 | } |
| 128 | else{ // 팀명 입력 | 128 | else{ // 팀명 입력 |
| 129 | + isLeagueInfo = false; | ||
| 129 | papago.TranslateKRtoEN(commingMsg, function(transedMsg){ | 130 | papago.TranslateKRtoEN(commingMsg, function(transedMsg){ |
| 130 | currentTeamID = data.SearchTeam(transedMsg); | 131 | currentTeamID = data.SearchTeam(transedMsg); |
| 131 | Reply(eventObj, SelectTeamInfoMessage()); | 132 | Reply(eventObj, SelectTeamInfoMessage()); | ... | ... |
-
Please register or login to post a comment