Don't send a Kick during the STATUS protocol as it doesn't support it
This commit is contained in:
parent
f9773a69c3
commit
76052b92d3
@ -536,8 +536,11 @@ public class InitialHandler extends PacketHandler implements PendingConnection
|
||||
|
||||
@Override
|
||||
public void run()
|
||||
{
|
||||
if (thisState != State.STATUS && thisState != State.PING)
|
||||
{
|
||||
unsafe().sendPacket( new Kick( ComponentSerializer.toString( reason ) ) );
|
||||
}
|
||||
ch.close();
|
||||
}
|
||||
}, 500, TimeUnit.MILLISECONDS );
|
||||
|
Loading…
Reference in New Issue
Block a user