커맨드 유효성을 2개에서 3개구성으로 변경
This commit is contained in:
@@ -67,8 +67,7 @@ class TurnExecutionHelper
|
||||
$general = $this->getGeneral();
|
||||
|
||||
while(true){
|
||||
$failReason = $commandObj->testRunnable();
|
||||
if($failReason){
|
||||
if($commandObj->hasFullConditionMet()){
|
||||
$date = $general->getTurnTime($general::TURNTIME_HM);
|
||||
$failString = $commandObj->getFailString();
|
||||
$text = "{$failString} <1>{$date}</>";
|
||||
@@ -110,8 +109,7 @@ class TurnExecutionHelper
|
||||
$commandClassName = $commandObj->getName();
|
||||
|
||||
while(true){
|
||||
$failReason = $commandObj->testRunnable();
|
||||
if($failReason){
|
||||
if($commandObj->hasFullConditionMet()){
|
||||
$date = $general->getTurnTime($general::TURNTIME_HM);
|
||||
$failString = $commandObj->getFailString();
|
||||
$text = "{$failString} <1>{$date}</>";
|
||||
|
||||
Reference in New Issue
Block a user