twe_close를 twe로 변경(서비스모드로 변경)
앞으로 추가 테스트 시작
This commit is contained in:
@@ -238,12 +238,12 @@ function printFighting($tournament, $phase) {
|
||||
|
||||
function startTournament($connect, $auto, $type) {
|
||||
for($i=0; $i < 8; $i++) {
|
||||
@unlink("logs/fight{$i}.txt");
|
||||
@unlink("logs/fight1{$i}.txt");
|
||||
@unlink("logs/fight2{$i}.txt");
|
||||
@unlink("logs/fight3{$i}.txt");
|
||||
@unlink("logs/fight4{$i}.txt");
|
||||
@unlink("logs/fight5{$i}.txt");
|
||||
@unlink(realpath(dirname(__FILE__))."/logs/fight{$i}.txt");
|
||||
@unlink(realpath(dirname(__FILE__))."/logs/fight1{$i}.txt");
|
||||
@unlink(realpath(dirname(__FILE__))."/logs/fight2{$i}.txt");
|
||||
@unlink(realpath(dirname(__FILE__))."/logs/fight3{$i}.txt");
|
||||
@unlink(realpath(dirname(__FILE__))."/logs/fight4{$i}.txt");
|
||||
@unlink(realpath(dirname(__FILE__))."/logs/fight5{$i}.txt");
|
||||
}
|
||||
|
||||
switch($auto) {
|
||||
|
||||
Reference in New Issue
Block a user