mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
SPIGOT-4281: Fix looting enchantment
By: md_5 <git@md-5.net>
This commit is contained in:
parent
0382dd836f
commit
d29aaedb8e
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
|
||||
private final WorldServer a;
|
||||
private float b;
|
||||
+ private int lootingMod; // CraftBukkit
|
||||
+ private int lootingMod = org.bukkit.loot.LootContext.DEFAULT_LOOT_MODIFIER; // CraftBukkit
|
||||
private Entity c;
|
||||
private EntityHuman d;
|
||||
private DamageSource e;
|
||||
|
|
Loading…
Add table
Reference in a new issue