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