Skip to content

Commit

Permalink
* Csak egyszer írja ki az adatokat és leáll.
Browse files Browse the repository at this point in the history
  • Loading branch information
megax committed Mar 10, 2013
1 parent 55ca690 commit d9c89eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Applications/Schumix.Server/Main.cs
Expand Up @@ -103,6 +103,8 @@ private static void Main(string[] args)
packet.Write<string>(args[1]);
ClientSocket.SendPacketToSCS(packet);
Console.WriteLine("Üzenet elküldve.");
Thread.Sleep(1000);
Shutdown();
//Thread.Sleep(10*1000);
//}
}
Expand Down

0 comments on commit d9c89eb

Please sign in to comment.