9
0
mirror of https://github.com/Samsuik/Sakura.git synced 2025-12-22 16:29:16 +00:00

Missing change during 1.21.4 update

This commit is contained in:
Samsuik
2025-01-25 23:33:59 +00:00
parent 672477da5c
commit 4513ce063a

View File

@@ -205,5 +205,6 @@ public abstract class SpecialisedExplosion<T extends Entity> extends ServerExplo
} }
entity.setDeltaMovement(moveX, moveY, moveZ); entity.setDeltaMovement(moveX, moveY, moveZ);
entity.hasImpulse = true;
} }
} }