mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 14:37:43 +01:00
Restore compatibility with TCPShield plugin with recent change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user