mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2025-01-14 04:02:01 +01:00
Remove test code
This commit is contained in:
parent
dffbf60465
commit
43ff6370b2
@ -391,9 +391,7 @@ public class EntityHumanNPC extends EntityPlayer implements NPCHolder, Skinnable
|
||||
super.playerTick();
|
||||
return;
|
||||
}
|
||||
noclip = true;
|
||||
entityBaseTick();
|
||||
noclip = false;
|
||||
boolean navigating = npc.getNavigator().isNavigating();
|
||||
if (!navigating && getBukkitEntity() != null
|
||||
&& (!npc.hasTrait(Gravity.class) || npc.getOrAddTrait(Gravity.class).hasGravity())
|
||||
|
Loading…
Reference in New Issue
Block a user