This commit is contained in:
MrGadget1024 2021-12-17 11:01:19 -05:00
parent 942a0383b0
commit 57dfc401c0

View File

@ -111,7 +111,7 @@ public void OnAuthRequestMessage(NetworkConnection conn, AuthRequestMessage msg)
conn.isAuthenticated = false;
// disconnect the client after 1 second so that response message gets delivered
StartCoroutine(DelayedDisconnect(conn, 1));
StartCoroutine(DelayedDisconnect(conn, 1f));
}
}