mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
feat(DeclareCommands.cs): Remove 1.20.2+ version check
This commit is contained in:
parent
576575ff65
commit
8e1822b0d2
1 changed files with 0 additions and 3 deletions
|
|
@ -101,9 +101,6 @@ namespace MinecraftClient.Protocol.Handlers.packet.s2c
|
|||
protocolVersion <= Protocol18Handler.MC_1_20_2_Version) ? // 1.20 - 1.20.2
|
||||
new ParserForgeEnum(dataTypes, packetData) :
|
||||
new ParserEmpty(dataTypes, packetData),
|
||||
52 => protocolVersion > Protocol18Handler.MC_1_20_2_Version ? // 1.20.2 +
|
||||
new ParserForgeEnum(dataTypes, packetData) :
|
||||
new ParserEmpty(dataTypes, packetData),
|
||||
_ => new ParserEmpty(dataTypes, packetData),
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue