Skip to content

Commit

Permalink
False lagback bye
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlaubb authored Nov 1, 2024
1 parent da4b5bc commit fa6e354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ac_BP/src/Core/Movement/BdsPrediction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ async function BdsPrediction(config: configi, player: Player) {
now - data.lastReset >= 350 &&
now - data.lastRiding >= 1000 &&
(player.getEffect(MinecraftEffectTypes.Speed)?.amplifier ?? 0) <= 2 &&
!(player.lastExplosionTime && now - player.lastExplosionTime < 1500) &&
notSpikeLagging
) {
if (lagOnlyCondition) {
Expand Down

0 comments on commit fa6e354

Please sign in to comment.