From 15daba10f1c7dbd5a82482126e8d221d9d477433 Mon Sep 17 00:00:00 2001 From: Mantou <74487898+Mantou1233@users.noreply.github.com> Date: Wed, 18 May 2022 21:48:39 +0800 Subject: [PATCH] fix: merge overridance --- scripts/config.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/config.js b/scripts/config.js index 15763c1..1f80613 100644 --- a/scripts/config.js +++ b/scripts/config.js @@ -48,7 +48,5 @@ export const checkEnchantment = true export const signinReward = 599 - - -export const pluginDB = new WorldDB.table("plugin_database"); -export const enables = pluginDB.table("enable"); \ No newline at end of file + export var worldDB_table_cache = {}; + export var tableDB_cache = {}; \ No newline at end of file