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

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