mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Added the Web Socket Chat Bot.
This commit is contained in:
parent
0e7423d1d9
commit
ed910aa9c7
9 changed files with 1272 additions and 3 deletions
|
|
@ -1009,7 +1009,7 @@ namespace MinecraftClient
|
|||
/// <summary>
|
||||
/// Send Entity Action
|
||||
/// </summary>
|
||||
private bool SendEntityAction(Protocol.EntityActionType entityAction)
|
||||
protected bool SendEntityAction(Protocol.EntityActionType entityAction)
|
||||
{
|
||||
return Handler.SendEntityAction(entityAction);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue