mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 00:50:41 +01:00
SPIGOT-4281: Fix looting enchantment
This commit is contained in:
parent
b865db3b2a
commit
5bf0abb3ae
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…
Reference in a new issue