Fix onlogin not firing, handshake firing twice
This commit is contained in:
parent
428a77bae1
commit
30abf975c2
@ -57,7 +57,7 @@ public class InitialHandler implements Runnable
|
||||
}
|
||||
|
||||
// fire post auth event
|
||||
BungeeCord.instance.pluginManager.onHandshake(event);
|
||||
BungeeCord.instance.pluginManager.onLogin(event);
|
||||
if (event.isCancelled())
|
||||
{
|
||||
throw new KickException(event.getCancelReason());
|
||||
|
Loading…
Reference in New Issue
Block a user