임관금지 거꾸로된것 수정

This commit is contained in:
2018-04-18 23:42:27 +09:00
parent 44ed61c14e
commit 00bece9c9c
+1 -1
View File
@@ -51,7 +51,7 @@ class Personnel{
return [ScoutMessage::INVALID, '초반제한 중입니다.'];
}
if(!$this->nation['scout']){
if($this->nation['scout']){
return [ScoutMessage::INVALID, '현재 임관금지 중인 국가입니다.'];
}