Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.

Commit

Permalink
Move multiversion materials setup to before Conf setup
Browse files Browse the repository at this point in the history
  • Loading branch information
prosavage committed Aug 19, 2018
1 parent 855d872 commit 124cd4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/com/massivecraft/factions/P.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void onEnable() {
}
this.loadSuccessful = false;
saveDefaultConfig();

setupMultiversionMaterials();
// Load Conf from disk
Conf.load();
Essentials.setup();
Expand Down Expand Up @@ -179,7 +179,7 @@ public void onEnable() {
factionsFlight = true;
}

setupMultiversionMaterials();


// Register Event Handlers
getServer().getPluginManager().registerEvents(new FactionsPlayerListener(this), this);
Expand Down

0 comments on commit 124cd4f

Please sign in to comment.