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

Fixed shutdown iteration issue

This commit is contained in:
lidgren
2011-03-10 18:45:18 +00:00
parent f4831a98a7
commit 97a2b76856
2 changed files with 16 additions and 8 deletions

View File

@@ -44,7 +44,8 @@ namespace UnitTests
throw new Exception("Received error message!");
}
}
Console.WriteLine("Done");
Console.ReadKey();
}