mirror of
https://github.com/oliverbooth/TcpDotNet
synced 2024-11-09 23:45:41 +00:00
fix: HandshakeRequestPacket inherits RequestPacket
This commit is contained in:
parent
65cb143b06
commit
ff78acfb56
@ -4,7 +4,7 @@ namespace TcpDotNet.Protocol.Packets.ServerBound;
|
||||
/// Represents a packet which requests a handshake with a <see cref="ProtocolListener" />.
|
||||
/// </summary>
|
||||
[Packet(0x7FFFFFE0)]
|
||||
internal sealed class HandshakeRequestPacket : Packet
|
||||
internal sealed class HandshakeRequestPacket : RequestPacket
|
||||
{
|
||||
/// <summary>
|
||||
/// Initializes a new instance of the <see cref="HandshakeRequestPacket" /> class.
|
||||
|
Loading…
Reference in New Issue
Block a user