Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
SDClowen committed Oct 3, 2022
1 parent 9e756d4 commit b76f494
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public void Invoke(Packet packet)
else
packet.ReadUInt();

if (Game.ClientType == GameClientType.Chinese || Game.ClientType == GameClientType.Global )
if (Game.ClientType == GameClientType.Chinese || Game.ClientType == GameClientType.Global)
packet.ReadByte();

character.JID = packet.ReadUInt();
Expand Down

0 comments on commit b76f494

Please sign in to comment.