mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 12:13:54 -07:00
Cleanup comments, formatting, etc
This commit is contained in:
@@ -171,7 +171,7 @@ public class EntityZombie extends EntityMonster {
|
||||
return EnumMonsterType.UNDEAD;
|
||||
}
|
||||
|
||||
// CraftBukkit start - return rare dropped item instead of dropping it
|
||||
// CraftBukkit start - Return rare dropped item instead of dropping it
|
||||
protected ItemStack l(int i) {
|
||||
switch (this.random.nextInt(3)) {
|
||||
case 0:
|
||||
|
Reference in New Issue
Block a user