mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Improve AutoEat
This commit is contained in:
parent
959b62f35f
commit
e9d91ce572
2 changed files with 14 additions and 14 deletions
|
|
@ -868,5 +868,10 @@ namespace MinecraftClient
|
|||
{
|
||||
return Handler.ChangeSlot(slot);
|
||||
}
|
||||
|
||||
protected byte GetCurrentSlot()
|
||||
{
|
||||
return Handler.GetCurrentSlot();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue