mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Use conn instead of NetworkClient
This commit is contained in:
parent
f778b4c399
commit
17af872f99
@ -51,7 +51,7 @@ public override void OnClientAuthenticate(NetworkConnection conn)
|
||||
authPassword = password
|
||||
};
|
||||
|
||||
NetworkClient.Send(authRequestMessage);
|
||||
conn.Send(authRequestMessage);
|
||||
}
|
||||
|
||||
public void OnAuthRequestMessage(NetworkConnection conn, AuthRequestMessage msg)
|
||||
|
Loading…
Reference in New Issue
Block a user