mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-22 18:45:54 +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 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 New Issue
Block a user