misc: 여백을 위해 ReservedCommand 16->15

This commit is contained in:
2021-12-11 02:57:32 +09:00
parent c6540b4fea
commit d8af8f143a
+2 -2
View File
@@ -524,8 +524,8 @@ export default defineComponent({
return { return {
maxTurn, maxTurn,
flippedMaxTurn: 16, flippedMaxTurn: 15,
viewMaxTurn: 16, viewMaxTurn: 15,
maxPushTurn, maxPushTurn,
commandList, commandList,
serverNow: formatTime(serverNowObj, "HH:mm:ss"), serverNow: formatTime(serverNowObj, "HH:mm:ss"),