[fix] var overflow not working

This commit is contained in:
kwaroran
2023-07-16 22:43:17 +09:00
parent 30f9aa121c
commit fa1866e355

View File

@@ -337,7 +337,7 @@ export function getVarChat(targetIndex = -1){
break
}
case 'overflow':{
const exArg = rule.arg.split("::")
const exArg = rule.arg.split(":")
let rv = parseInt(vars[rule.key])
const val = parseInt(exArg[0])
const tg = exArg[1]