불가침 외교 커맨드 부활. 버그 수정
This commit is contained in:
@@ -250,7 +250,7 @@ abstract class BaseCommand{
|
||||
'nation'=>$this->nation,
|
||||
'cmd_arg'=>$this->arg,
|
||||
|
||||
'destGeneral'=>$this->destGeneralObj->getRaw(),
|
||||
'destGeneral'=>$this->destGeneralObj?$this->destGeneralObj->getRaw():null,
|
||||
'destCity'=>$this->destCity,
|
||||
'destNation'=>$this->destNation,
|
||||
];
|
||||
@@ -272,10 +272,6 @@ abstract class BaseCommand{
|
||||
throw new \InvalidArgumentException('runnableConstraits가 제대로 설정되지 않았습니다');
|
||||
}
|
||||
|
||||
if(!$this->isReservable()){
|
||||
return $this->testReservable();
|
||||
}
|
||||
|
||||
if($this->reasonNotRunnable){
|
||||
return $this->reasonNotRunnable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user