일부 수정. 버그 수정.
This commit is contained in:
@@ -329,7 +329,7 @@ function fillLowGenAll() {
|
||||
$gameStor->tournament = 2;
|
||||
$gameStor->phase = 0;
|
||||
|
||||
$currentJoinerCnt = sum($grpCount);
|
||||
$currentJoinerCnt = array_sum($grpCount);
|
||||
if($currentJoinerCnt == 64){
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user