feat: 중복체크 로직 수정

This commit is contained in:
aube.lee
2025-03-03 17:36:43 +09:00
parent aae787eb0d
commit f075e2b231
5 changed files with 15 additions and 12 deletions

View File

@@ -105,7 +105,7 @@ namespace TON
else
{
Debug.LogError("닉네임 변경 실패: " + bro.GetMessage());
callback?.Invoke(false, bro.GetCode());
callback?.Invoke(false, bro.GetStatusCode());
}
});
}