Remove some outdated PAIL comments

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2021-04-04 17:14:53 +10:00
parent 7af71a460f
commit 79672394a1
3 changed files with 10 additions and 29 deletions

View File

@@ -817,24 +817,6 @@
this.setFlag(7, false);
}
} else {
@@ -2047,7 +2477,7 @@
}
}
- this.updateEquipment();
+ this.updateEquipment(); // PAIL rename
if (this.ticksLived % 20 == 0) {
this.getCombatTracker().g();
}
@@ -2148,7 +2578,7 @@
}
- public void updateEquipment() {
+ public void updateEquipment() { // PAIL private->public; updateEquipment
Map<EnumItemSlot, ItemStack> map = this.q();
if (map != null) {
@@ -2411,6 +2841,7 @@
}