We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
라운드의 종료를 플래그 값이 한 번 true로 바뀐 이후 다시 false로 돌아오지 않아 다음 라운드를 시작해도 해당 라운드가 종료된 것으로 판단되어 라운드를 시작하자마자 라운드가 종료되는 버그가 발생하고 있다.
true
false
The text was updated successfully, but these errors were encountered:
novice0840
No branches or pull requests
Description 💭
라운드의 종료를 플래그 값이 한 번
true
로 바뀐 이후 다시false
로 돌아오지 않아 다음 라운드를 시작해도 해당 라운드가 종료된 것으로 판단되어 라운드를 시작하자마자 라운드가 종료되는 버그가 발생하고 있다.TODO ✅
Reference 🔎
The text was updated successfully, but these errors were encountered: