modify Indent

This commit is contained in:
shijian 2023-09-18 13:14:56 +08:00
parent 8c528e52c4
commit 5af0d87194
1 changed files with 1 additions and 1 deletions

View File

@ -19192,7 +19192,7 @@
forced:true,
charlotte:true,
popup:false,
filterFuns:[(event,player,name) => {
filterFuns:[(event,player,name)=>{
return !name||(triggerNames.includes(name)&&event.player==player);
}],
contentFuns:[],