Skip to content
Success

Changes

Summary

  1. Allow cancelling LoginEvents with component reasons. (commit: ea66802) (details)
Commit ea6680281f3b20f4f1dcab44c51b4640c27f357c 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 -- it was difficult for the
merger to compromise between this and #1957
(commit: ea66802)
The file was modifiedapi/src/main/java/net/md_5/bungee/api/event/PreLoginEvent.java (diff)
The file was modifiedproxy/src/main/java/net/md_5/bungee/connection/InitialHandler.java (diff)
The file was modifiedapi/src/main/java/net/md_5/bungee/api/event/LoginEvent.java (diff)