1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-04 15:31:36 +00:00

Fix: Reset current block variables after block breaking is aborted

This commit is contained in:
onebeastchris
2025-09-26 00:11:41 +02:00
parent 7588b9fed1
commit 1600ccb2c2

View File

@@ -374,6 +374,7 @@ public class BlockBreakHandler {
}
BlockUtils.sendBedrockStopBlockBreak(session, position.toFloat());
this.clearCurrentVariables();
}
/**