Skip to content

Commit

Permalink
fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
shulng committed Sep 17, 2024
1 parent 4d4fe71 commit 708ebf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cc/baka9/catseedlogin/bungee/Listeners.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public void onPreLogin(PreLoginEvent event) {
} catch (Exception e) {
event.setCancelReason(new TextComponent("发生错误,请稍后再试。"));
event.setCancelled(true);
e.printStackTrace();
throw e;
}
}

Expand Down

0 comments on commit 708ebf2

Please sign in to comment.