setResultTurn 버그 수정

This commit is contained in:
2020-05-31 17:21:51 +09:00
parent c5fbe93890
commit 65f5e8e964
59 changed files with 62 additions and 60 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ class OccupiedCity extends Constraint{
$this->tested = true;
//재야여도 허용하는 경우
if($this->arg[0] && $this->general['nation'] == 0){
if($this->arg && $this->general['nation'] == 0){
return true;
}