mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
committed the wrong chang
This commit is contained in:
parent
2c18d5d4ee
commit
b1a2ade539
@ -147,7 +147,6 @@ internal void DisconnectInternal()
|
|||||||
/// <summary>Disconnects this connection.</summary>
|
/// <summary>Disconnects this connection.</summary>
|
||||||
public override void Disconnect()
|
public override void Disconnect()
|
||||||
{
|
{
|
||||||
Debug.LogWarning($"LocalConnToServer.Disco...");
|
|
||||||
connectionToClient.DisconnectInternal();
|
connectionToClient.DisconnectInternal();
|
||||||
DisconnectInternal();
|
DisconnectInternal();
|
||||||
|
|
||||||
|
@ -210,6 +210,7 @@ internal static void SetLocalConnection(LocalConnectionToClient conn)
|
|||||||
localConnection = conn;
|
localConnection = conn;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// removes local connection to client
|
||||||
internal static void RemoveLocalConnection()
|
internal static void RemoveLocalConnection()
|
||||||
{
|
{
|
||||||
if (localConnection != null)
|
if (localConnection != null)
|
||||||
|
Loading…
Reference in New Issue
Block a user