9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-25 01:49:30 +00:00

refactor(network): 预修改SYNC_ENTITY_POSITION

This commit is contained in:
jhqwqmc
2025-04-07 11:11:27 +08:00
parent 8b894c088c
commit 74743ee25b

View File

@@ -697,7 +697,7 @@ public class PacketConsumers {
// FriendlyByteBuf buf = event.getBuffer();
// int entityId = buf.readVarInt();
// if (BukkitFurnitureManager.instance().isFurnitureRealEntity(entityId)) {
// event.setCancelled(true);
// event.setCancelled(true); // 这里炸了导致无法实现
// }
// } catch (Exception e) {
// CraftEngine.instance().logger().warn("Failed to handle ClientboundEntityPositionSyncPacket", e);