fix: 사령부에서 최근 턴 저장 안되는 버그 수정

This commit is contained in:
2022-03-26 23:30:20 +09:00
parent ab9bdf3822
commit 7f2b4596f7
2 changed files with 8 additions and 8 deletions
-6
View File
@@ -125,12 +125,6 @@ import { SammoAPI } from "./SammoAPI";
import { unwrap } from "@/util/unwrap";
import { StoredActionsHelper } from "./util/StoredActionsHelper";
const {
serverNick,
mapName,
unitSet,
} = staticValues;
const props = defineProps({
maxChiefTurn: VueTypes.number.isRequired,
})