Skip to content

Commit

Permalink
Fix 76c0e9f
Browse files Browse the repository at this point in the history
  • Loading branch information
sgkoishi committed Dec 20, 2023
1 parent bb590d5 commit b6b4776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Core/DebugPacket.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ private void MMHook_DebugPacket_CatchSend(On.Terraria.NetMessage.orig_SendData o
}
catch (IndexOutOfRangeException ir)
{
if (remoteClient == int.MaxValue)
if (remoteClient == int.MaxValue || ignoreClient == int.MaxValue)
{
return;
}
Expand Down

0 comments on commit b6b4776

Please sign in to comment.