11
paper-server/nms-patches/EntityLlamaSpit.patch
Normal file
11
paper-server/nms-patches/EntityLlamaSpit.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- 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) {
|
||||
Reference in New Issue
Block a user