mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Reorganize methods in McClient.cs
Tyding up the class as it is becoming quite large
This commit is contained in:
parent
2add4030f4
commit
f30dc4464c
5 changed files with 880 additions and 866 deletions
|
|
@ -741,7 +741,7 @@ namespace MinecraftClient
|
|||
/// </summary>
|
||||
private bool SendEntityAction(Protocol.EntityActionType entityAction)
|
||||
{
|
||||
return Handler.sendEntityAction(entityAction);
|
||||
return Handler.SendEntityAction(entityAction);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue