1
0
mirror of https://github.com/PaperMC/Paper.git synced 2025-03-10 22:05:10 +01:00
Paper/nms-patches/EntityLlamaSpit.patch
2016-11-17 12:41:03 +11:00

12 lines
351 B
Diff

--- a/net/minecraft/server/EntityLlamaSpit.java
+++ b/net/minecraft/server/EntityLlamaSpit.java
@@ -7,7 +7,7 @@
public class EntityLlamaSpit extends Entity implements IProjectile {
- public EntityLlama shooter;
+ public EntityLiving shooter; // CraftBukkit - type
private NBTTagCompound b;
public EntityLlamaSpit(World world) {