mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 05:03:55 -07:00
Updated CraftBukkit to 1.2
This commit is contained in:
@@ -42,7 +42,7 @@ public class FoodMetaData {
|
||||
}
|
||||
}
|
||||
|
||||
if (this.foodLevel >= 18 && entityhuman.ab()) {
|
||||
if (this.foodLevel >= 18 && entityhuman.af()) {
|
||||
++this.foodTickTimer;
|
||||
if (this.foodTickTimer >= 80) {
|
||||
// CraftBukkit - added RegainReason.
|
||||
|
Reference in New Issue
Block a user