server debug-prints

This commit is contained in:
Bob
2010-01-25 19:39:23 +13:00
parent dfbca88f4a
commit 3aa40c36cf
4 changed files with 31 additions and 13 deletions

View File

@@ -73,9 +73,6 @@ namespace OpenRA.Server
case ReceiveState.Data:
{
// if (bytes.Length > 0)
// Console.WriteLine("{0} bytes", bytes.Length);
Server.DispatchOrders(this, Frame, bytes);
ExpectLength = 8;
State = ReceiveState.Header;