From 00bece9c9c03dabcfd377da7bc8ee246544c3c70 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 18 Apr 2018 23:42:27 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9E=84=EA=B4=80=EA=B8=88=EC=A7=80=20?= =?UTF-8?q?=EA=B1=B0=EA=BE=B8=EB=A1=9C=EB=90=9C=EA=B2=83=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/sammo/Engine/Personnel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hwe/sammo/Engine/Personnel.php b/hwe/sammo/Engine/Personnel.php index 66a878fa..e6f900c8 100644 --- a/hwe/sammo/Engine/Personnel.php +++ b/hwe/sammo/Engine/Personnel.php @@ -51,7 +51,7 @@ class Personnel{ return [ScoutMessage::INVALID, '초반제한 중입니다.']; } - if(!$this->nation['scout']){ + if($this->nation['scout']){ return [ScoutMessage::INVALID, '현재 임관금지 중인 국가입니다.']; }