Skip to content

Commit

Permalink
Merge branch 'master' into stack-overflow-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachesMLG committed Jun 14, 2024
2 parents 2271d09 + 8c1cfef commit a5dd578
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public IridiumCore(JavaPluginLoader loader, PluginDescriptionFile description, F
*/
@Override
public void onLoad() {
instance = this;
// Create the data folder in order to make Jackson work
getDataFolder().mkdir();

Expand All @@ -65,7 +66,6 @@ public void onLoad() {
*/
@Override
public void onEnable() {
instance = this;
setupMultiVersion();

if (!PaperLib.isSpigot() && !isTesting()) {
Expand Down

0 comments on commit a5dd578

Please sign in to comment.