mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
NetworkClient.ShutdownAll calls .Shutdown
This commit is contained in:
parent
e1e7b3132e
commit
1d94464023
@ -331,9 +331,6 @@ public void Shutdown()
|
||||
public static void ShutdownAll()
|
||||
{
|
||||
singleton?.Shutdown();
|
||||
singleton = null;
|
||||
active = false;
|
||||
ClientScene.Shutdown();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user