Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
[ci-skip] Load api things first before everything else
Browse files Browse the repository at this point in the history
  • Loading branch information
ryderbelserion committed Apr 5, 2023
1 parent c60e00d commit ef85b3a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ public void onEnable() {

api = new ApiLoader();

api.load();

settingsManager = new SettingsManager();

settingsManager.setup();
Expand Down

0 comments on commit ef85b3a

Please sign in to comment.