mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-23 02:55:45 +01:00
Fix rayTrace call to this.l
This commit is contained in:
parent
bc575cbcf5
commit
918a9c5bba
@ -144,7 +144,7 @@ public class NMS {
|
||||
public static boolean rayTrace(LivingEntity entity, LivingEntity entity2) {
|
||||
EntityLiving from = ((CraftLivingEntity) entity).getHandle();
|
||||
EntityLiving to = ((CraftLivingEntity) entity2).getHandle();
|
||||
return from.l(to);
|
||||
return from.m(to);
|
||||
}
|
||||
|
||||
public static void registerEntityClass(Class<? extends Entity> clazz) {
|
||||
|
Loading…
Reference in New Issue
Block a user