@@ -190,7 +190,7 @@ namespace GFGGame
private void OnClickBtnNext()
{
- if (!_canClickBtnNext)
+ if (!_canClickBtnNext || IsTeaParty)
return;
}