Remove debug statements
This commit is contained in:
parent
d79c08678e
commit
ade9328b88
@ -64,11 +64,9 @@ public class FlightExecutor {
|
|||||||
this.currentVelocity = getVelocity(playerEntity);
|
this.currentVelocity = getVelocity(playerEntity);
|
||||||
|
|
||||||
if (this.isDescending) {
|
if (this.isDescending) {
|
||||||
Autopilot.LOGGER.warn("here3");
|
|
||||||
this.pullUp = false;
|
this.pullUp = false;
|
||||||
this.pullDown = true;
|
this.pullDown = true;
|
||||||
if (this.currentVelocity >= this.config.pullDownMaxVelocity) {
|
if (this.currentVelocity >= this.config.pullDownMaxVelocity) {
|
||||||
Autopilot.LOGGER.warn("here1");
|
|
||||||
this.isDescending = false;
|
this.isDescending = false;
|
||||||
this.pullDown = false;
|
this.pullDown = false;
|
||||||
this.pullUp = true;
|
this.pullUp = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user