Skip to content

Commit

Permalink
[Nukkit] 真是晕了
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamVoid committed Jul 31, 2023
1 parent 242f23c commit 0ba6137
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ public void onLoad() {
nukkitPlugin = this;
try {
NukkitLogger = new NukkitLogger("MiraiMC-Nukkit", this);
lifeCycle.preLoad();
lifeCycle = new MiraiMCPlugin(this);
lifeCycle.startUp();
platformConfig = new NukkitConfig(this);

lifeCycle.preLoad();
MiraiAutoLogin = new MiraiAutoLogin(this);
MiraiEvent = new MiraiEvent(this);
} catch (Exception e) {
Expand Down

0 comments on commit 0ba6137

Please sign in to comment.