mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
KcpPeer: fix log message.
This commit is contained in:
parent
638b3536a5
commit
660b57ecb7
@ -554,7 +554,7 @@ void OnRawInputUnreliable(ArraySegment<byte> message)
|
||||
// invalid unreliable messages may be random internet noise.
|
||||
// show a warning, but don't disconnect.
|
||||
// otherwise attackers could disconnect someone with random noise.
|
||||
Log.Warning($"KcpPeer: received unreliable message while not authenticated. Disconnecting the connection.");
|
||||
Log.Warning($"KcpPeer: received unreliable message while not authenticated.");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user