mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-15 13:04:36 +00:00
Remove padding mechanism
Not needed anymore since proper encryption is now used under Mono
This commit is contained in:
parent
67affc6270
commit
3224c59eab
8 changed files with 7 additions and 101 deletions
|
|
@ -13,7 +13,7 @@ namespace MinecraftClient.Protocol
|
|||
/// The protocol handler will take care of parsing and building the appropriate network packets.
|
||||
/// </summary>
|
||||
|
||||
public interface IMinecraftCom : IDisposable, IAutoComplete, IPaddingProvider
|
||||
public interface IMinecraftCom : IDisposable, IAutoComplete
|
||||
{
|
||||
/// <summary>
|
||||
/// Start the login procedure once connected to the server
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue