diff --git a/CaiBotMod/Common/Packet.cs b/CaiBotMod/Common/Packet.cs index eef1bb8..d038ef3 100644 --- a/CaiBotMod/Common/Packet.cs +++ b/CaiBotMod/Common/Packet.cs @@ -145,7 +145,7 @@ public override bool HijackGetData(ref byte messageType, ref BinaryReader Reader { var id = ModNet.NetModCount < 256 ? reader.ReadByte() : reader.ReadInt16(); - if (ModNet.GetMod(id)?.DisplayName == "SSC - 云存档") + if (ModNet.GetMod(id)?.DisplayName == "SSC - 云存档" || ModNet.GetMod(id)?.DisplayName == "HERO's Mod") { break; }