mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 06:50:12 +01:00
SPIGOT-5442: Fix issue with fire charges
This commit is contained in:
parent
beff9fb9dd
commit
73698cf88d
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@
|
|||
+ }
|
||||
+
|
||||
+ EntitySmallFireball entitysmallfireball = new EntitySmallFireball(world, d0, d1, d2, event.getVelocity().getX(), event.getVelocity().getY(), event.getVelocity().getZ());
|
||||
+ entitysmallfireball.b(itemstack);
|
||||
+ entitysmallfireball.b(itemstack1);
|
||||
+ entitysmallfireball.projectileSource = new org.bukkit.craftbukkit.projectiles.CraftBlockProjectileSource((TileEntityDispenser) isourceblock.getTileEntity());
|
||||
+
|
||||
+ world.addEntity(entitysmallfireball);
|
||||
|
|
Loading…
Reference in a new issue