1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-14 06:06:30 +09:00

Updated ImageSample, removed dead code and added debug info at end

This commit is contained in:
lidgren
2014-07-01 20:50:56 +00:00
parent 64290a229c
commit 3b9436b217
2 changed files with 7 additions and 57 deletions

View File

@@ -114,7 +114,6 @@ namespace ImageServer
om.Write((ushort)ImageWidth);
om.Write((ushort)ImageHeight);
om.WriteVariableUInt32(0);
om.Write(ImageData);
Server.SendMessage(om, inc.SenderConnection, NetDeliveryMethod.ReliableOrdered, 0);