mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Move 1.7 handling into 1.8 handler
Minecraft 1.7 handler was pretty similar to 1.8 handler and lacking some features such as packet prefetching.
This commit is contained in:
parent
729960d4a3
commit
3a760240e4
4 changed files with 172 additions and 640 deletions
|
|
@ -135,7 +135,6 @@
|
|||
<Compile Include="Protocol\Handlers\Protocol16.cs" />
|
||||
<Compile Include="Protocol\IMinecraftCom.cs" />
|
||||
<Compile Include="Protocol\IMinecraftComHandler.cs" />
|
||||
<Compile Include="Protocol\Handlers\Protocol17.cs" />
|
||||
<Compile Include="Protocol\ProtocolHandler.cs" />
|
||||
<Compile Include="Proxy\ProxyHandler.cs" />
|
||||
<Compile Include="Proxy\Handlers\EventArgs\CreateConnectionAsyncCompletedEventArgs.cs" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue