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:
@@ -315,7 +315,6 @@ public class PacketConsumers {
|
||||
itemStack, blockInWorld
|
||||
)) {
|
||||
player.abortMiningBlock();
|
||||
player.stopMiningBlock();
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
@@ -324,7 +323,6 @@ public class PacketConsumers {
|
||||
itemStack, Reflections.instance$BuiltInRegistries$BLOCK, blockInWorld
|
||||
)) {
|
||||
player.abortMiningBlock();
|
||||
player.stopMiningBlock();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user