버그 수정

This commit is contained in:
2019-04-21 15:41:02 +09:00
parent 2765e1c923
commit 9ad8d70cf7
9 changed files with 32 additions and 14 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class NearCity extends Constraint{
$this->tested = true;
$dist = \sammo\searchDistance($this->general['city'], $this->arg, false);
if(key_exist($this->destCity['city'], $dist)){
if(key_exists($this->destCity['city'], $dist)){
return true;
}