Skip to content

Commit

Permalink
Move the updater check after the loadconfig function
Browse files Browse the repository at this point in the history
  • Loading branch information
Ste3et committed Jul 1, 2023
1 parent 9dcac5a commit 3e9b84a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified .gradle/7.2/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/checksums/checksums.lock
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,12 @@ public void onEnable() {
}

if(this.getPluginManager().isPluginEnabled("Floodgate")) this.floodgateManager = new FloodgateManager();
this.updater = new Updater();
this.enabledPlugin = true;
this.field = ProtocolFields.getField(getServer().getBukkitVersion());
this.lUtil = new LocationUtil();
this.manager = new FurnitureManager();
this.furnitureConfig.loadPluginConfig();
this.updater = new Updater();
this.colorManager = new ColorUtil();
this.serializeNew = new Serializer();
this.deSerializerNew = new DeSerializer();
Expand Down
Binary file modified buildSrc/.gradle/7.2/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified buildSrc/.gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.

0 comments on commit 3e9b84a

Please sign in to comment.