mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Rename McTcpClient to McClient for clarity
+ Fix compile error in #1071
This commit is contained in:
parent
b52435f0ce
commit
2add4030f4
25 changed files with 36 additions and 36 deletions
|
|
@ -255,7 +255,7 @@
|
|||
<Compile Include="Crypto\IAesStream.cs" />
|
||||
<Compile Include="Program.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="McTcpClient.cs" />
|
||||
<Compile Include="McClient.cs" />
|
||||
<Compile Include="Protocol\Handlers\Compression\ZlibStream.cs" />
|
||||
<Compile Include="Protocol\Handlers\Protocol18.cs" />
|
||||
<Compile Include="Protocol\Handlers\Protocol16.cs" />
|
||||
|
|
@ -314,4 +314,4 @@
|
|||
<Target Name="AfterBuild">
|
||||
</Target>
|
||||
-->
|
||||
</Project>
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue