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

feat(block): 添加放置方块行为的黑白名单功能

This commit is contained in:
jhqwqmc
2025-06-24 03:30:46 +08:00
parent 2d54965730
commit 74a45ce92c

View File

@@ -2430,7 +2430,7 @@ public class PacketConsumers {
information.getOrDefault("particleStatus", null)
));
} catch (Throwable e) {
CraftEngine.instance().logger().warn("Failed to handle ClientboundSetEntityMotionPacket", e);
CraftEngine.instance().logger().warn("Failed to handle ServerboundClientInformationPacket", e);
}
};
}