박찬수

스텝 오류 수정

Showing 1 changed file with 1 additions and 0 deletions
......@@ -110,6 +110,7 @@ function GetPlayerInfo(playerID, season, eventObj){
function SelectAPI(eventObj, commingMsg){
console.log("Step : " + step.toString());
if(tryParse.int(commingMsg) != null){ // 리그 선택
if(step == 0){
isLeagueInfo = true;
......