버그 수정
This commit is contained in:
@@ -57,7 +57,7 @@ class AllowDiplomacyStatus extends Constraint{
|
|||||||
$this->nationID,
|
$this->nationID,
|
||||||
$this->allowStatus
|
$this->allowStatus
|
||||||
);
|
);
|
||||||
if($state !== null){
|
if($state === null){
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
$this->reason = $this->errMsg;
|
$this->reason = $this->errMsg;
|
||||||
|
|||||||
Reference in New Issue
Block a user