9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-19 15:09:15 +00:00

fix(bukkit): 进一步修复

This commit is contained in:
jhqwqmc
2025-03-25 23:43:43 +08:00
parent 7445d5c604
commit b47f8dd9db

View File

@@ -315,7 +315,6 @@ public class PacketConsumers {
itemStack, blockInWorld itemStack, blockInWorld
)) { )) {
player.abortMiningBlock(); player.abortMiningBlock();
player.stopMiningBlock();
return; return;
} }
} else { } else {
@@ -324,7 +323,6 @@ public class PacketConsumers {
itemStack, Reflections.instance$BuiltInRegistries$BLOCK, blockInWorld itemStack, Reflections.instance$BuiltInRegistries$BLOCK, blockInWorld
)) { )) {
player.abortMiningBlock(); player.abortMiningBlock();
player.stopMiningBlock();
return; return;
} }
} }