디버그 코드 제거
This commit is contained in:
@@ -1731,7 +1731,6 @@ class GeneralAI
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if($cityID === $capital){
|
if($cityID === $capital){
|
||||||
LogText('천도', "{$this->nation['name']}, {$general->getName()}, 수도가 충분히 가까움");
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -1757,7 +1756,6 @@ class GeneralAI
|
|||||||
]);
|
]);
|
||||||
|
|
||||||
if(!$cmd->isRunnable()){
|
if(!$cmd->isRunnable()){
|
||||||
LogText('천도', "{$this->nation['name']}, {$general->getName()}, 천도 턴 실행 불가, {$this->nation['capital']} => {$targetCityID}");
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user