From 7882632751f1132e67dcee92389e82317b8db123 Mon Sep 17 00:00:00 2001 From: Soopyboo32 <49228220+Soopyboo32@users.noreply.github.com> Date: Fri, 4 Feb 2022 16:10:29 +0800 Subject: maby fix buttons like settings not showing up in /soopyv2 menu --- features/dataLoader/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/dataLoader') diff --git a/features/dataLoader/index.js b/features/dataLoader/index.js index 27ab173..b4fb31a 100644 --- a/features/dataLoader/index.js +++ b/features/dataLoader/index.js @@ -78,7 +78,7 @@ class DataLoader extends Feature { this.stats["Area"] = undefined this.stats["Dungeon"] = undefined - if(World.getWorld() && TabList.getNames()){ + if(World.isLoaded() && TabList.getNames()){ TabList.getNames().forEach(n=>{ n = ChatLib.removeFormatting(n) if(n.includes(": ")){ -- cgit