발령 구현

This commit is contained in:
2018-11-18 03:57:09 +09:00
parent 5b96cc9b0a
commit 5de9859a1e
6 changed files with 210 additions and 1 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ class NotOccupiedDestCity extends Constraint{
$this->checkInputValues();
$this->tested = true;
if($this->destCity['nation'] == $this->general['nation']){
if($this->destCity['nation'] != $this->general['nation']){
return true;
}