geforkt von Mirrors/Paper
12 Zeilen
351 B
Diff
12 Zeilen
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) {
|