mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Return False for unimplemented actions
This commit is contained in:
parent
0cd7f2043b
commit
04068cdb24
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ namespace MinecraftClient.Protocol.Handlers
|
||||||
}
|
}
|
||||||
public bool SendEntityAction(int PlayerEntityID, int ActionID)
|
public bool SendEntityAction(int PlayerEntityID, int ActionID)
|
||||||
{
|
{
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private byte[] readNextByteArray()
|
private byte[] readNextByteArray()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue