mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
fix typo
This commit is contained in:
parent
135caba5be
commit
3a803c1c39
@ -123,7 +123,7 @@ public static bool UnpackMessage(NetworkReader messageReader, out int msgType)
|
||||
{
|
||||
if (requireAuthenication && !networkMessage.conn.isAuthenticated)
|
||||
{
|
||||
// message requires authentication, but the connection was no authnticated
|
||||
// message requires authentication, but the connection was not authenticated
|
||||
Debug.LogWarning($"Closing connection: {networkMessage.conn.connectionId}. Received message {typeof(T)} that required authentication, but the user has not authenticated yet");
|
||||
networkMessage.conn.Disconnect();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user