Fix bug in lua low level access

This commit is contained in:
Sunho Kim
2024-07-15 07:26:50 -07:00
parent ba19470a76
commit 7a542c14d6

View File

@@ -389,7 +389,7 @@ export async function runLua(code:string, arg:{
else{
LuaSafeIds.add(accessKey)
if(lowLevelAccess){
LuaLowLevelIds.add(v4())
LuaLowLevelIds.add(accessKey)
}
}
let res:any