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