9
0
mirror of https://github.com/Xiao-MoMi/craft-engine.git synced 2025-12-29 03:49:15 +00:00

fix(network): 解决set实体包报错问题

This commit is contained in:
jhqwqmc
2025-05-11 06:01:15 +08:00
parent 31e4172140
commit 0ebeef9481

View File

@@ -1998,6 +1998,7 @@ public class PacketConsumers {
EntityPacketHandler handler = user.entityPacketHandlers().get(id);
if (handler != null) {
handler.handleSetEntityData(user, event);
return;
}
if (Config.interceptEntityName()) {
boolean isChanged = false;