Skip to content

Commit

Permalink
Fix: Freezing while char teleport on crowded players area on rigid cl…
Browse files Browse the repository at this point in the history
…ient (#624)
  • Loading branch information
SDClowen authored Mar 18, 2023
1 parent b33be08 commit 4119a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/RSBot.Core/Objects/Spawn/SpawnedPlayer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ internal void Deserialize(Packet packet)

PKFlag = packet.ReadByte(); //PKFlag

if (Game.ClientType > GameClientType.Chinese)
if (Game.ClientType > GameClientType.Chinese && Game.ClientType < GameClientType.Rigid)
packet.ReadByte(); // 0xFF what flag?
}
}
Expand Down

0 comments on commit 4119a1a

Please sign in to comment.