Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ACaiCat committed Dec 20, 2024
1 parent 0e941af commit 47529e4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CaiBotMod/Common/Packet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ public override bool HijackGetData(ref byte messageType, ref BinaryReader Reader
{
return false;
}

player.SscLogin = false;

reader.ReadByte();
reader.ReadByte();
reader.ReadByte();
Expand Down Expand Up @@ -150,7 +153,7 @@ public override bool HijackGetData(ref byte messageType, ref BinaryReader Reader
}
if (player is { SscLogin: true, IsLoggedIn: false })
{
Console.WriteLine($"[CaiBot]处理数据包{messageType}(来自{player.Name})");
//Console.WriteLine($"[CaiBot]处理数据包{messageType}(来自{player.Name})");
return true;
}
break;
Expand Down

0 comments on commit 47529e4

Please sign in to comment.