Change listener priority again. Fixes PC-209
This commit is contained in:
parent
daf1d1a9ba
commit
f1f464f3a4
@ -31,7 +31,7 @@ public class PacketHandler extends MiniPlugin
|
||||
super("PacketHandler", plugin);
|
||||
}
|
||||
|
||||
@EventHandler(priority = EventPriority.MONITOR)
|
||||
@EventHandler(priority = EventPriority.LOWEST)
|
||||
public void onPlayerJoin(PlayerJoinEvent event)
|
||||
{
|
||||
_playerVerifierMap.put(event.getPlayer(), new PacketVerifier(event.getPlayer(), this));
|
||||
|
Loading…
Reference in New Issue
Block a user