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