mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-02-23 15:49:19 +08:00
Restore compatibility with TCPShield plugin with recent change
This commit is contained in:
parent
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
|
||||
|
Loading…
Reference in New Issue
Block a user