mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
use C# formatter
This commit is contained in:
parent
09f6892c55
commit
7ba4bc3590
@ -35,11 +35,11 @@ IEnumerator BeginClientAuthentication(NetworkConnection conn)
|
||||
yield return new WaitForSecondsRealtime(timeout);
|
||||
|
||||
if (!conn.isAuthenticated)
|
||||
{
|
||||
if (LogFilter.Debug) Debug.LogFormat("Authentication Timeout {0}", conn.connectionId);
|
||||
{
|
||||
if (LogFilter.Debug) Debug.Log($"Authentication Timeout {conn.connectionId}");
|
||||
|
||||
conn.Disconnect();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public override void OnServerAuthenticate(NetworkConnection conn)
|
||||
|
Loading…
Reference in New Issue
Block a user