Use Arrays.fill

This commit is contained in:
Brady
2023-06-29 14:46:42 -05:00
parent 12898df2f1
commit 222f53b105

View File

@@ -404,8 +404,7 @@ public final class ElytraBehavior extends Behavior implements IElytraBehavior, H
this.solver = null;
}
this.pendingSolution = null;
this.nextTickBoostCounter[0] = 0;
this.nextTickBoostCounter[1] = 0;
Arrays.fill(this.nextTickBoostCounter, 0);
}
@Override