mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
NetworkBehaviourTests: clear up delegates
This commit is contained in:
parent
342f5b8b98
commit
92835cfc12
@ -216,6 +216,7 @@ public void SendCommandInternal()
|
||||
Assert.That(comp.called, Is.EqualTo(1));
|
||||
|
||||
// clean up
|
||||
NetworkBehaviour.ClearDelegates();
|
||||
ClientScene.Shutdown(); // clear clientscene.readyconnection
|
||||
NetworkClient.Shutdown();
|
||||
NetworkServer.Shutdown();
|
||||
|
Loading…
Reference in New Issue
Block a user