Revert "build: 更新 maven 仓库"

This reverts commit 25eac383e4.
This commit is contained in:
2023-11-20 15:56:13 +08:00
parent fe335518cf
commit 100bf689d3
2 changed files with 14 additions and 2 deletions

View File

@@ -95,6 +95,14 @@ public final class BallBungeeCordListener implements Listener {
BallBungeeCordUtils.uploadPlayerInfo(playerInfo);
}
@EventHandler
public void onServerSwitch(ServerSwitchEvent event) {
}
@EventHandler(priority = EventPriority.HIGH)
public void onServerDisconnect(ServerDisconnectEvent event) {
}
@EventHandler(priority = EventPriority.HIGH)
public void onPlayerDisconnect(PlayerDisconnectEvent event) {
ProxiedPlayer player = event.getPlayer();