Skip to content
Success

Changes

Summary

  1. Allow cancelling LoginEvents with component reasons. (commit: 0b7d57d) (details)
Commit 0b7d57d4c0a56ed0d4fb63c2a4f0c34bfa4b00e9 by md_5
Allow cancelling LoginEvents with component reasons.
Ultimately this PR was selected as it better matched the existing code
in terms of using lombok and not adding incomplete interfacing. If for
some reason a common interface is required, this can be implemented
later.
Thanks to yawkat also for the PR in #1336.
(commit: 0b7d57d)
The file was modifiedapi/src/main/java/net/md_5/bungee/api/event/PreLoginEvent.java (diff)
The file was modifiedapi/src/main/java/net/md_5/bungee/api/event/LoginEvent.java (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java (diff)