mirror of
https://github.com/NoCheatPlus/NoCheatPlus.git
synced 2024-11-07 03:02:11 +01:00
Set PlayerLogn priority to normal to allow permissions plugins to set
up.
This commit is contained in:
parent
66f6d2d072
commit
b0be6353e9
@ -176,7 +176,7 @@ public class ChatListener implements Listener, INotifyReload {
|
||||
* the event
|
||||
*/
|
||||
@EventHandler(
|
||||
priority = EventPriority.LOWEST)
|
||||
priority = EventPriority.NORMAL)
|
||||
public void onPlayerLogin(final PlayerLoginEvent event) {
|
||||
/*
|
||||
* ____ _ _ _
|
||||
|
Loading…
Reference in New Issue
Block a user