mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-26 12:36:07 +01:00
SPIGOT-4281: Fix looting enchantment
This commit is contained in:
parent
b865db3b2a
commit
5bf0abb3ae
@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
private final WorldServer a;
|
private final WorldServer a;
|
||||||
private float b;
|
private float b;
|
||||||
+ private int lootingMod; // CraftBukkit
|
+ private int lootingMod = org.bukkit.loot.LootContext.DEFAULT_LOOT_MODIFIER; // CraftBukkit
|
||||||
private Entity c;
|
private Entity c;
|
||||||
private EntityHuman d;
|
private EntityHuman d;
|
||||||
private DamageSource e;
|
private DamageSource e;
|
||||||
|
Loading…
Reference in New Issue
Block a user