duplicated拼写修复1

This commit is contained in:
lieren2023 2024-05-01 16:10:20 +08:00 committed by GitHub
parent 5f3fd1a84e
commit bad7d9dc6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -364,7 +364,7 @@ export async function onload(resetGameTimeout) {
lib[j][k].addArray(character[i][j][k]); lib[j][k].addArray(character[i][j][k]);
} else { } else {
console.log( console.log(
`dublicate ${j} in character ${i}:\n${k}:\nlib.${j}.${k}`, `duplicated ${j} in character ${i}:\n${k}:\nlib.${j}.${k}`,
lib[j][k], lib[j][k],
`\ncharacter.${i}.${j}.${k}`, `\ncharacter.${i}.${j}.${k}`,
character[i][j][k] character[i][j][k]
@ -477,7 +477,7 @@ export async function onload(resetGameTimeout) {
} }
} else { } else {
console.log( console.log(
`dublicate ${j} in card ${i}:\n${k}:\nlib.${j}.${k}`, `duplicated ${j} in card ${i}:\n${k}:\nlib.${j}.${k}`,
lib[j][k], lib[j][k],
`\ncard.${i}.${j}.${k}`, `\ncard.${i}.${j}.${k}`,
card[i][j][k] card[i][j][k]
@ -563,7 +563,7 @@ export async function onload(resetGameTimeout) {
} else { } else {
if (lib[j][k] != undefined) { if (lib[j][k] != undefined) {
console.log( console.log(
`dublicate ${j} in play ${i}:\n${k}:\nlib.${j}.${k}`, `duplicated ${j} in play ${i}:\n${k}:\nlib.${j}.${k}`,
lib[j][k], lib[j][k],
`\nplay.${i}.${j}.${k}`, `\nplay.${i}.${j}.${k}`,
play[i][j][k] play[i][j][k]