Update NMS.java

This commit is contained in:
fullwall 2013-05-03 12:30:39 +08:00
parent a49f2d7a5b
commit 77fa6f56d8

View File

@ -363,7 +363,7 @@ public class NMS {
} }
public static void updateSenses(EntityLiving entity) { public static void updateSenses(EntityLiving entity) {
entity.aD().a(); entity.getEntitySenses().a();
} }
static { static {