Fix consistantChar option not applying

This commit is contained in:
kwaroran
2024-04-24 22:12:24 +09:00
parent 71c7e088e5
commit 63e54a4716

View File

@@ -1146,6 +1146,7 @@ export function risuChatParser(da:string, arg:{
displaying: arg.visualize ?? false,
role: arg.role,
runVar: arg.runVar ?? false,
consistantChar: arg.consistantChar ?? false
}