This commit is contained in:
Brady 2023-06-20 23:15:45 -05:00
parent defa6399e2
commit d42bfcfa53
No known key found for this signature in database
GPG Key ID: 73A788379A197567
1 changed files with 4 additions and 2 deletions

View File

@ -333,8 +333,10 @@ public final class ElytraBehavior extends Behavior implements IElytraBehavior, H
this.aimPos = null;
this.remainingFireworkTicks = 0;
this.remainingSetBackTicks = 0;
this.solver.cancel(true);
this.solver = null;
if (this.solver != null) {
this.solver.cancel(true);
this.solver = null;
}
}
@Override