This commit is contained in:
vis2k 2021-06-15 17:44:02 +08:00
parent 87cdf7bedd
commit 5d77cda200

View File

@ -797,7 +797,6 @@ public void ShutdownCleanup()
{
// listen
NetworkServer.Listen(1);
Assert.That(NetworkServer.active, Is.True);
// add some test event hooks to make sure they are cleaned up.
// there used to be a bug where they wouldn't be cleaned up.
@ -806,7 +805,6 @@ public void ShutdownCleanup()
// set local connection
NetworkServer.SetLocalConnection(new LocalConnectionToClient());
Assert.That(NetworkServer.localClientActive, Is.True);
// connect a client
transport.ClientConnect("localhost");