mirror of
https://github.com/dmulloy2/ProtocolLib.git
synced 2025-01-01 22:18:50 +01:00
Lets preserve the injection time, just in case.
This commit is contained in:
parent
dc8b23d48b
commit
57ad8d8aaa
@ -866,7 +866,7 @@ public final class PacketFilterManager implements ProtocolManager, ListenerInvok
|
||||
|
||||
try {
|
||||
manager.registerEvents(new Listener() {
|
||||
@EventHandler(priority = EventPriority.LOWEST)
|
||||
@EventHandler(priority = EventPriority.MONITOR)
|
||||
public void onPrePlayerJoin(PlayerJoinEvent event) {
|
||||
PacketFilterManager.this.onPrePlayerJoin(event);
|
||||
PacketFilterManager.this.onPlayerJoin(event);
|
||||
|
Loading…
Reference in New Issue
Block a user