Remove debug statements

master
ChimneySwift 2020-11-29 19:40:51 +10:00 committed by GitHub
parent d79c08678e
commit ade9328b88
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -64,11 +64,9 @@ public class FlightExecutor {
this.currentVelocity = getVelocity(playerEntity);
if (this.isDescending) {
Autopilot.LOGGER.warn("here3");
this.pullUp = false;
this.pullDown = true;
if (this.currentVelocity >= this.config.pullDownMaxVelocity) {
Autopilot.LOGGER.warn("here1");
this.isDescending = false;
this.pullDown = false;
this.pullUp = true;