style(ball-bungee): 修正日志

This commit is contained in:
2024-03-15 01:50:32 +08:00
parent d299d6c28a
commit 57e8c2e8be
2 changed files with 2 additions and 2 deletions

View File

@@ -84,9 +84,7 @@ public class HamsterBallPlugin extends Plugin {
try {
BallBungeeCordAPI.getInstance().disable();
} catch (Exception e) {
getLogger().info("仓鼠球启动失败,原因:" + e.getMessage());
e.printStackTrace();
ProxyServer.getInstance().stop("由于仓鼠球启动失败,服务器将立即关闭");
}
long time = System.currentTimeMillis() - start;
logger.info("仓鼠球已关闭,总计耗时 " + time + " ms");