증축, 천도, 감축

This commit is contained in:
2020-04-14 02:36:20 +09:00
parent a4595a6592
commit cbe341ff2c
10 changed files with 721 additions and 15 deletions
+1 -1
View File
@@ -326,7 +326,7 @@ abstract class BaseCommand{
$lastTurn = $this->getLastTurn();
$commandName = $this->getName();
if($lastTurn->getCommand() != $commandName){
if($lastTurn->getCommand() != $commandName && $lastTurn->getArg() !== $this->arg){
$this->setResultTurn(new LastTurn(
$commandName,
$this->arg,