1.17-pre2

This commit is contained in:
modmuss50 2021-05-31 17:41:07 +01:00
parent 3dfb211309
commit 3e13cdb4a6
2 changed files with 3 additions and 3 deletions

View file

@ -40,7 +40,7 @@ public class PlayerInventorySlot extends Slot {
}
@Override
public boolean doDrawHoveringEffect() {
public boolean isEnabled() {
return doDraw;
}
}