From 5b18d7ea4849cda40c676b4288de872049db5c06 Mon Sep 17 00:00:00 2001 From: masakih Date: Thu, 12 Jul 2018 21:41:55 +0900 Subject: [PATCH] =?utf8?q?=E3=83=93=E3=83=AB=E3=83=89=E3=81=A7=E3=81=8D?= =?utf8?q?=E3=81=AA=E3=81=8F=E3=81=AA=E3=81=A3=E3=81=A6=E3=81=84=E3=81=9F?= =?utf8?q?=E3=81=AE=E3=81=A7=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- KCD/BattleCommand.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KCD/BattleCommand.swift b/KCD/BattleCommand.swift index f51ca70b..dd5324c7 100644 --- a/KCD/BattleCommand.swift +++ b/KCD/BattleCommand.swift @@ -27,7 +27,7 @@ final class BattleCommand: JSONCommand { GuardShelterCommand(apiResponse: apiResponse).execute() default: - EnemyStatusCommand(apiResponse: apiResponse).execute() + () } } } -- 2.11.0