Set PlayerJoinEvent listener priority to lowest.
This commit is contained in:
parent
3c88482e22
commit
726861a2a1
@ -185,7 +185,7 @@ public class AuthMePlayerListener implements Listener {
|
||||
}
|
||||
}
|
||||
|
||||
@EventHandler(priority = EventPriority.LOW)
|
||||
@EventHandler(priority = EventPriority.LOWEST)
|
||||
public void onPlayerJoin(PlayerJoinEvent event) {
|
||||
final Player player = event.getPlayer();
|
||||
if (player == null) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user