Apply void damage

This commit is contained in:
ThisTestUser
2021-08-25 12:13:23 -04:00
parent c5900773ba
commit 7fa5651a55

View File

@@ -231,6 +231,9 @@ public class Bot extends EntityPlayer {
fireDamageCheck();
fallDamageCheck();
if(locY() < -64)
an();
oldVelocity = velocity.clone();
}