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

Changed return value of SendMessage to bool for consistency

Added a number of verbose debug messages (to be removed later)
This commit is contained in:
lidgren
2010-09-12 20:00:12 +00:00
parent c185b3b16f
commit e38bdfeab6
4 changed files with 16 additions and 3 deletions

View File

@@ -32,6 +32,8 @@ namespace ImageServer
Server = new NetServer(config);
System.IO.File.Delete("C:\\tmp\\clientlog.txt");
System.IO.File.Delete("C:\\tmp\\serverlog.txt");
Application.Idle += new EventHandler(AppLoop);
Application.Run(MainForm);