nice
This commit is contained in:
@@ -232,8 +232,9 @@ public class Bot extends EntityPlayer {
|
||||
fireDamageCheck();
|
||||
fallDamageCheck();
|
||||
|
||||
if(locY() < -64)
|
||||
an();
|
||||
if(locY() < -64) {
|
||||
an();
|
||||
}
|
||||
|
||||
oldVelocity = velocity.clone();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user