Remove test code

This commit is contained in:
fullwall 2020-11-14 18:33:12 +08:00
parent dffbf60465
commit 43ff6370b2
1 changed files with 0 additions and 2 deletions

View File

@ -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())