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
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user