Fix kicks?
This commit is contained in:
parent
6ce43fb876
commit
2129cb3614
@ -255,7 +255,7 @@ public final class UserConnection implements ProxiedPlayer
|
||||
if ( ch.getHandle().isActive() )
|
||||
{
|
||||
bungee.getLogger().log( Level.INFO, "[" + getName() + "] disconnected with: " + reason );
|
||||
unsafe().sendPacket( new Kick( Util.stupify( reason ) ) );
|
||||
unsafe().sendPacket( new Kick( reason ) );
|
||||
ch.close();
|
||||
if ( server != null )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user