[fix] var overflow not working
This commit is contained in:
@@ -337,7 +337,7 @@ export function getVarChat(targetIndex = -1){
|
|||||||
break
|
break
|
||||||
}
|
}
|
||||||
case 'overflow':{
|
case 'overflow':{
|
||||||
const exArg = rule.arg.split("::")
|
const exArg = rule.arg.split(":")
|
||||||
let rv = parseInt(vars[rule.key])
|
let rv = parseInt(vars[rule.key])
|
||||||
const val = parseInt(exArg[0])
|
const val = parseInt(exArg[0])
|
||||||
const tg = exArg[1]
|
const tg = exArg[1]
|
||||||
|
|||||||
Reference in New Issue
Block a user