일부 수정. 버그 수정.

This commit is contained in:
2019-04-28 00:18:36 +09:00
parent 44142be28e
commit d398f903f8
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -329,7 +329,7 @@ function fillLowGenAll() {
$gameStor->tournament = 2;
$gameStor->phase = 0;
$currentJoinerCnt = sum($grpCount);
$currentJoinerCnt = array_sum($grpCount);
if($currentJoinerCnt == 64){
return;
}