minor fix

This commit is contained in:
Spmario233 2024-02-15 02:33:24 +08:00
parent a91c1f4219
commit 96be0361c7
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ export const Content = {
const newPairs = event.newPairs;
for(let name of newPairs){
if(!lib.character[name]){
console.warn(`警告Player[${player.name}]试图将武将牌变更为不存在的武将${name}`);
console.warn(`警告Player[${player.name}]试图将武将牌变更为不存在的武将`,name);
return;
}
}