mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Fix AutoAttack stop working with AutoEat enabled and no food on hotbar
#934
This commit is contained in:
parent
8e32c3747c
commit
3e76baeeb1
2 changed files with 21 additions and 10 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