2
0
mirror of https://github.com/esiur/esiur-dotnet.git synced 2026-06-13 14:38:43 +00:00
This commit is contained in:
2026-06-13 12:06:24 +03:00
parent 9c14fdf6bd
commit e77bda487d
3 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -232,7 +232,7 @@ public partial class EpConnection : NetworkConnection, IStore
public override void Send(byte[] data)
{
#if VERBOSE
Console.WriteLine("Client: {0}", Data.Length);
Console.WriteLine("Client: {0}", data.Length);
#endif
Global.Counters["Ep Sent Packets"]++;