발령 구현
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user