fix: 将 ServerOnlineEvent 延后至 onEnable 发送

This commit is contained in:
2022-11-14 18:06:46 +08:00
parent 8ffe38f17e
commit 1bbe1f4bbe
3 changed files with 13 additions and 2 deletions

View File

@@ -220,8 +220,6 @@ public abstract class BallAPI {
}
}
sendBallMessage(new BallMessageInfo(BALL_CHANNEL, ServerOnlineEvent.ACTION, new ServerOnlineEvent(localInfo)), true);
}
protected void connect() throws InterruptedException {