mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
NetworkServer.Reset made obsolete
This commit is contained in:
parent
5de22d2ff2
commit
a0d6a02a99
@ -63,6 +63,7 @@ public static class NetworkServer
|
||||
/// <summary>
|
||||
/// Reset the NetworkServer singleton.
|
||||
/// </summary>
|
||||
[Obsolete("NetworkServer.Reset was used to reset the singleton, but all it does is set active to false ever since we made NetworkServer static. Use StopServer to stop the server, or Shutdown to fully reset the server.")]
|
||||
public static void Reset()
|
||||
{
|
||||
active = false;
|
||||
|
Loading…
Reference in New Issue
Block a user