Change event priority again. Fixes PC-216
This commit is contained in:
parent
981bed5e37
commit
72a2aa926f
@ -491,7 +491,7 @@ public class CoreClientManager extends MiniPlugin
|
||||
}
|
||||
}
|
||||
|
||||
@EventHandler(priority = EventPriority.HIGHEST)
|
||||
@EventHandler(priority = EventPriority.MONITOR)
|
||||
public void Quit(PlayerQuitEvent event)
|
||||
{
|
||||
// When an account is logged in to this server and the same account name logs in
|
||||
|
Loading…
Reference in New Issue
Block a user