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