Skip to content

Commit

Permalink
Change order of file loading
Browse files Browse the repository at this point in the history
  • Loading branch information
BenCodez committed Jul 3, 2024
1 parent 8016240 commit 98a0c99
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1543,14 +1543,14 @@ private void setupFiles() {
bungeeSettings = new BungeeSettings(this);
bungeeSettings.setup();

serverData = new ServerData(this);

gui = new GUI(this);
gui.setup();

shopFile = new ShopFile(this);
shopFile.setup();

serverData = new ServerData(this);

checkYMLError();

plugin.debug("Loaded Files");
Expand Down

0 comments on commit 98a0c99

Please sign in to comment.