Implemented getKiller in LivingEntity

This commit is contained in:
Nathan Adams
2011-12-11 16:05:27 +00:00
parent 1fc8092ea6
commit b2af70e5c7
2 changed files with 7 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ public abstract class EntityLiving extends Entity {
public float aC;
public float aD;
public float aE;
protected EntityHuman aF = null;
public EntityHuman aF = null; // CraftBukkit - prot to pub - "killer"
protected int aG = 0;
public int aH = 0;
public int aI = 0;