isClose의 함수이름을 isNeighbor로 변경
This commit is contained in:
+1
-1
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user