isClose의 함수이름을 isNeighbor로 변경

This commit is contained in:
2018-05-12 02:04:21 +09:00
parent dcfb49d927
commit ae24d18adb
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -2579,7 +2579,7 @@ function searchDistance(int $from, int $maxDist=99, bool $distForm = false) {
}
}
function isClose(int $nation1, int $nation2, bool $includeNoSupply=true) {
function isNeighbor(int $nation1, int $nation2, bool $includeNoSupply=true) {
$db = DB::db();
$nation1Cities = [];