diff --git a/ac_BP/src/Core/Movement/BdsPrediction.ts b/ac_BP/src/Core/Movement/BdsPrediction.ts index 4d11ff92..1e17ce68 100644 --- a/ac_BP/src/Core/Movement/BdsPrediction.ts +++ b/ac_BP/src/Core/Movement/BdsPrediction.ts @@ -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) {