Change setDatabase and getDatabase to accessing dbState
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { getChatVar, getGlobalChatVar } from "../parser";
|
||||
import { getChatVar, getGlobalChatVar } from "../parser.svelte";
|
||||
|
||||
function toRPN(expression:string) {
|
||||
let outputQueue = '';
|
||||
|
||||
Reference in New Issue
Block a user