fix: update return value in basicMatcher for risuaixa case
This commit is contained in:
@@ -1758,7 +1758,7 @@ function basicMatcher (p1:string,matcherArg:matcherArg,vars:{[key:string]:string
|
|||||||
//these SHOULD NOT be used in any other place, and SHOULD NOT be documented
|
//these SHOULD NOT be used in any other place, and SHOULD NOT be documented
|
||||||
case '__risuaixa__':{
|
case '__risuaixa__':{
|
||||||
if(DBState.db.characters[get(selectedCharID)]?.chaId === 'risuaixa'){
|
if(DBState.db.characters[get(selectedCharID)]?.chaId === 'risuaixa'){
|
||||||
return airisu
|
return risuChatParser(airisu)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user