Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ACaiCat committed Dec 15, 2024
1 parent 84c5a30 commit fb5be6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CaiBotMod/Common/Packet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public override bool HijackGetData(ref byte messageType, ref BinaryReader Reader
break;
}
default:
if (messageType is (byte) PacketTypes.PlayerSlot or (byte) PacketTypes.TileGetSection or (byte) PacketTypes.PlayerSpawn)
if (messageType is (byte) PacketTypes.PlayerSlot or (byte) PacketTypes.TileGetSection or (byte) PacketTypes.PlayerSpawn or (byte)PacketTypes.PlayerBuff)
{
break;
}
Expand Down

0 comments on commit fb5be6a

Please sign in to comment.