[fix] fixed huburl

This commit is contained in:
kwaroran
2023-07-16 17:29:35 +09:00
parent 134efcc5d6
commit e57e133cb4
3 changed files with 10 additions and 11 deletions

View File

@@ -164,11 +164,8 @@ export function processScriptFull(char:character|groupChat, data:string, mode:Sc
}
if(p1.startsWith('getvar')){
const v = p1.split("::")[1]
if(chatID !== -1){
const d =getVarChat(chatID)
console.log(d)
return d[v] ?? "[Null]"
}
const d =getVarChat(chatID)
return d[v] ?? "[Null]"
}
if(p1.startsWith('calc')){
const v = p1.split("::")[1]