Revert "Improve AutoEat"

This reverts commit 51f54979da.
This commit is contained in:
ReinforceZwei 2020-04-11 14:23:25 +08:00 committed by ORelio
parent e9d91ce572
commit 8e32c3747c
2 changed files with 14 additions and 14 deletions

View file

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