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

Update PacketIds1_20.java

This commit is contained in:
XiaoMoMi
2025-04-12 00:27:28 +08:00
parent 727ffca814
commit ba2191b6ce

View File

@@ -97,6 +97,6 @@ public class PacketIds1_20 implements PacketIds {
@Override
public int clientboundPlayerInfoUpdatePacket() {
return PacketIdFinder.clientboundByClazz(Reflections.clazz$clientboundplayer);
return PacketIdFinder.clientboundByClazz(Reflections.clazz$ClientboundPlayerInfoUpdatePacket);
}
}