geforkt von Mirrors/Velocity
Restore compatibility with TCPShield plugin with recent change
Dieser Commit ist enthalten in:
Ursprung
780e1c8be5
Commit
283d8d71b6
@ -225,6 +225,10 @@ public class MinecraftConnection extends ChannelInboundHandlerAdapter {
|
||||
}
|
||||
}
|
||||
|
||||
public void close() {
|
||||
close(true);
|
||||
}
|
||||
|
||||
/**
|
||||
* Immediately closes the connection.
|
||||
* @param markKnown whether the disconnection is known
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren