Improve AutoEat

This commit is contained in:
ReinforceZwei 2020-04-11 13:28:17 +08:00 committed by ORelio
parent 959b62f35f
commit e9d91ce572
2 changed files with 14 additions and 14 deletions

View file

@ -868,5 +868,10 @@ namespace MinecraftClient
{
return Handler.ChangeSlot(slot);
}
protected byte GetCurrentSlot()
{
return Handler.GetCurrentSlot();
}
}
}